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