pub enum I2sMode {
Master,
Slave,
}
Expand description
I2S operating modes
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I2sMode
impl RefUnwindSafe for I2sMode
impl Send for I2sMode
impl Sync for I2sMode
impl Unpin for I2sMode
impl UnwindSafe for I2sMode
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