#[repr(u8)]pub enum Ints22 {
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 Ints22
impl Ord for Ints22
Source§impl PartialOrd for Ints22
impl PartialOrd for Ints22
impl Copy for Ints22
impl Eq for Ints22
impl StructuralPartialEq for Ints22
Auto Trait Implementations§
impl Freeze for Ints22
impl RefUnwindSafe for Ints22
impl Send for Ints22
impl Sync for Ints22
impl Unpin for Ints22
impl UnwindSafe for Ints22
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