#[repr(transparent)]pub struct Intr(pub u32);
Expand description
Raw Interrupts
Tuple Fields§
§0: u32
Implementations§
source§impl Intr
impl Intr
pub const fn lock_n_sticky(&self) -> bool
pub fn set_lock_n_sticky(&mut self, val: bool)
Trait Implementations§
impl Copy for Intr
impl Eq for Intr
impl StructuralPartialEq for Intr
Auto Trait Implementations§
impl Freeze for Intr
impl RefUnwindSafe for Intr
impl Send for Intr
impl Sync for Intr
impl Unpin for Intr
impl UnwindSafe for Intr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)