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