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