pub enum I2SMODW {
SPIMODE,
I2SMODE,
}
Expand description
Values that can be written to the field I2SMOD
Variants§
Auto Trait Implementations§
impl Freeze for I2SMODW
impl RefUnwindSafe for I2SMODW
impl Send for I2SMODW
impl Sync for I2SMODW
impl Unpin for I2SMODW
impl UnwindSafe for I2SMODW
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