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