pub struct AUD { /* private fields */ }Expand description
Audio Subsystem
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AUD
impl RefUnwindSafe for AUD
impl !Sync for AUD
impl Unpin for AUD
impl UnwindSafe for AUD
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