Enum I2sstd
#[repr(u8)]pub enum I2sstd {
Philips = 0,
Msb = 1,
Lsb = 2,
Pcm = 3,
}Variants§
Philips = 0
I2S Philips standard
Msb = 1
MSB/left justified standard
Lsb = 2
LSB/right justified standard
Pcm = 3
PCM standard
Implementations§
Trait Implementations§
impl Copy for I2sstd
impl Eq for I2sstd
§impl Ord for I2sstd
impl Ord for I2sstd
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for I2sstd
impl PartialOrd for I2sstd
impl StructuralPartialEq for I2sstd
Auto Trait Implementations§
impl Freeze for I2sstd
impl RefUnwindSafe for I2sstd
impl Send for I2sstd
impl Sync for I2sstd
impl Unpin for I2sstd
impl UnsafeUnpin for I2sstd
impl UnwindSafe for I2sstd
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