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