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