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