pub enum I2SSTDR {
PHILIPS,
MSB,
LSB,
PCM,
}
Expand description
Possible values of the field I2SSTD
Variants§
Implementations§
Trait Implementations§
impl Copy for I2SSTDR
impl StructuralPartialEq for I2SSTDR
Auto Trait Implementations§
impl Freeze for I2SSTDR
impl RefUnwindSafe for I2SSTDR
impl Send for I2SSTDR
impl Sync for I2SSTDR
impl Unpin for I2SSTDR
impl UnwindSafe for I2SSTDR
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