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