pub struct IISC { /* private fields */ }Expand description
Inter-IC Sound (I2S) Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IISC
impl RefUnwindSafe for IISC
impl !Sync for IISC
impl Unpin for IISC
impl UnwindSafe for IISC
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