#[repr(C)]pub struct I2scfgr { /* private fields */ }
Expand description
I2S configuration register
Implementations§
Auto Trait Implementations§
impl Freeze for I2scfgr
impl RefUnwindSafe for I2scfgr
impl Send for I2scfgr
impl Sync for I2scfgr
impl Unpin for I2scfgr
impl UnwindSafe for I2scfgr
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