#[repr(u8)]pub enum SsmSfnsDis {
ENABLED = 0,
DISABLED = 1,
}Variants§
ENABLED = 0
Soft Fail to Non-Secure State transition is enabled
DISABLED = 1
Soft Fail to Non-Secure State transition is disabled
Implementations§
Source§impl SsmSfnsDis
impl SsmSfnsDis
Trait Implementations§
Source§impl Clone for SsmSfnsDis
impl Clone for SsmSfnsDis
Source§fn clone(&self) -> SsmSfnsDis
fn clone(&self) -> SsmSfnsDis
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SsmSfnsDis
impl Debug for SsmSfnsDis
Source§impl From<SsmSfnsDis> for u8
impl From<SsmSfnsDis> for u8
Source§fn from(val: SsmSfnsDis) -> u8
fn from(val: SsmSfnsDis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SsmSfnsDis
impl From<u8> for SsmSfnsDis
Source§fn from(val: u8) -> SsmSfnsDis
fn from(val: u8) -> SsmSfnsDis
Converts to this type from the input type.
Source§impl Ord for SsmSfnsDis
impl Ord for SsmSfnsDis
Source§fn cmp(&self, other: &SsmSfnsDis) -> Ordering
fn cmp(&self, other: &SsmSfnsDis) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SsmSfnsDis
impl PartialEq for SsmSfnsDis
Source§impl PartialOrd for SsmSfnsDis
impl PartialOrd for SsmSfnsDis
impl Copy for SsmSfnsDis
impl Eq for SsmSfnsDis
impl StructuralPartialEq for SsmSfnsDis
Auto Trait Implementations§
impl Freeze for SsmSfnsDis
impl RefUnwindSafe for SsmSfnsDis
impl Send for SsmSfnsDis
impl Sync for SsmSfnsDis
impl Unpin for SsmSfnsDis
impl UnwindSafe for SsmSfnsDis
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