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