#[repr(transparent)]pub struct Inte1(pub u32);
Expand description
Interrupt Enables for IRQ 1
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Inte1
impl Eq for Inte1
impl StructuralPartialEq for Inte1
Auto Trait Implementations§
impl Freeze for Inte1
impl RefUnwindSafe for Inte1
impl Send for Inte1
impl Sync for Inte1
impl Unpin for Inte1
impl UnwindSafe for Inte1
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