Struct nrf52840_pac::I2S
source · pub struct I2S { /* private fields */ }
Expand description
Inter-IC Sound
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I2S
impl RefUnwindSafe for I2S
impl !Sync for I2S
impl Unpin for I2S
impl UnwindSafe for I2S
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