#[repr(transparent)]pub struct Ienr(pub u32);Expand description
Pin interrupt level or rising edge interrupt enable register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ienr
impl Eq for Ienr
impl StructuralPartialEq for Ienr
Auto Trait Implementations§
impl Freeze for Ienr
impl RefUnwindSafe for Ienr
impl Send for Ienr
impl Sync for Ienr
impl Unpin for Ienr
impl UnwindSafe for Ienr
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