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