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