#[repr(u8)]pub enum Sus3 {
SECURE_AND_NON_SECURE = 0,
SECURE_ONLY = 1,
}Variants§
SECURE_AND_NON_SECURE = 0
The SU3 field is accessible from both Security states.
SECURE_ONLY = 1
The SU3 field is only accessible from the Secure state.
Implementations§
Trait Implementations§
Source§impl Ord for Sus3
impl Ord for Sus3
Source§impl PartialOrd for Sus3
impl PartialOrd for Sus3
impl Copy for Sus3
impl Eq for Sus3
impl StructuralPartialEq for Sus3
Auto Trait Implementations§
impl Freeze for Sus3
impl RefUnwindSafe for Sus3
impl Send for Sus3
impl Sync for Sus3
impl Unpin for Sus3
impl UnwindSafe for Sus3
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