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