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