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