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