#[repr(transparent)]pub struct Ints(pub u32);
Expand description
Interrupt status after masking & forcing
Tuple Fields§
§0: u32
Implementations§
Source§impl Ints
impl Ints
pub const fn lock_n_sticky(&self) -> bool
pub fn set_lock_n_sticky(&mut self, val: bool)
Trait Implementations§
impl Copy for Ints
impl Eq for Ints
impl StructuralPartialEq for Ints
Auto Trait Implementations§
impl Freeze for Ints
impl RefUnwindSafe for Ints
impl Send for Ints
impl Sync for Ints
impl Unpin for Ints
impl UnwindSafe for Ints
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