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