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