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