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