Struct pipewire_sys::pw_client_endpoint
source · #[repr(C)]pub struct pw_client_endpoint { /* private fields */ }
Trait Implementations§
source§impl Clone for pw_client_endpoint
impl Clone for pw_client_endpoint
source§fn clone(&self) -> pw_client_endpoint
fn clone(&self) -> pw_client_endpoint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for pw_client_endpoint
impl Debug for pw_client_endpoint
impl Copy for pw_client_endpoint
Auto Trait Implementations§
impl RefUnwindSafe for pw_client_endpoint
impl Send for pw_client_endpoint
impl Sync for pw_client_endpoint
impl Unpin for pw_client_endpoint
impl UnwindSafe for pw_client_endpoint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more