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