pub enum FormatV {
Dsp = 3,
I2s = 2,
LeftJustified = 1,
RigthJustified = 0,
}Expand description
Audio data format selection.
Variants§
Trait Implementations§
impl Copy for FormatV
impl Eq for FormatV
impl StructuralPartialEq for FormatV
Auto Trait Implementations§
impl Freeze for FormatV
impl RefUnwindSafe for FormatV
impl Send for FormatV
impl Sync for FormatV
impl Unpin for FormatV
impl UnwindSafe for FormatV
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