Struct Imr1
#[repr(transparent)]pub struct Imr1(pub u32);Expand description
EXTI CPU wake-up with interrupt mask register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Imr1
impl Eq for Imr1
impl StructuralPartialEq for Imr1
Auto Trait Implementations§
impl Freeze for Imr1
impl RefUnwindSafe for Imr1
impl Send for Imr1
impl Sync for Imr1
impl Unpin for Imr1
impl UnwindSafe for Imr1
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