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