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