Struct pipewire_sys::pw_link
source · #[repr(C)]pub struct pw_link { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for pw_link
impl Send for pw_link
impl Sync for pw_link
impl Unpin for pw_link
impl UnwindSafe for pw_link
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