#[repr(u8)]pub enum Ints31 {
SecureState = 0,
NonSecureState = 1,
}Variants§
SecureState = 0
The interrupt targets Secure state.
NonSecureState = 1
The interrupt targets Non-secure state.
Implementations§
Trait Implementations§
Source§impl Ord for Ints31
impl Ord for Ints31
Source§impl PartialOrd for Ints31
impl PartialOrd for Ints31
impl Copy for Ints31
impl Eq for Ints31
impl StructuralPartialEq for Ints31
Auto Trait Implementations§
impl Freeze for Ints31
impl RefUnwindSafe for Ints31
impl Send for Ints31
impl Sync for Ints31
impl Unpin for Ints31
impl UnwindSafe for Ints31
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