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