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