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