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