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