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