pub enum I2SSTDW {
PHILIPS,
MSB,
LSB,
PCM,
}
Expand description
Values that can be written to the field I2SSTD
Variants§
Auto Trait Implementations§
impl Freeze for I2SSTDW
impl RefUnwindSafe for I2SSTDW
impl Send for I2SSTDW
impl Sync for I2SSTDW
impl Unpin for I2SSTDW
impl UnwindSafe for I2SSTDW
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