pub enum Sus0 {
SecureAndNonSecure = 0,
SecureOnly = 1,
}Expand description
State UNKNOWN Secure only 0.
Value on reset: 0
Variants§
SecureAndNonSecure = 0
0: The SU0 field is accessible from both Security states.
SecureOnly = 1
1: The SU0 field is only accessible from the Secure state.
Trait Implementations§
impl Copy for Sus0
impl Eq for Sus0
impl StructuralPartialEq for Sus0
Auto Trait Implementations§
impl Freeze for Sus0
impl RefUnwindSafe for Sus0
impl Send for Sus0
impl Sync for Sus0
impl Unpin for Sus0
impl UnwindSafe for Sus0
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