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