pub struct CMC { /* private fields */ }Expand description
CMC peripheral
Implementations§
Trait Implementations§
impl Copy for CMC
impl PeripheralType for CMC
Auto Trait Implementations§
impl Freeze for CMC
impl RefUnwindSafe for CMC
impl Send for CMC
impl Sync for CMC
impl Unpin for CMC
impl UnwindSafe for CMC
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