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