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