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