Struct Misr
#[repr(transparent)]pub struct Misr(pub u32);
Expand description
HSEM Masked interrupt status register.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Misr
impl Eq for Misr
impl StructuralPartialEq for Misr
Auto Trait Implementations§
impl Freeze for Misr
impl RefUnwindSafe for Misr
impl Send for Misr
impl Sync for Misr
impl Unpin for Misr
impl UnwindSafe for Misr
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