pub enum WavOutput {
Wav16,
Wav32,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WavOutput
impl RefUnwindSafe for WavOutput
impl Send for WavOutput
impl Sync for WavOutput
impl Unpin for WavOutput
impl UnwindSafe for WavOutput
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