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