#[repr(u8)]pub enum MasterSecAntiPolRegSdma0 {
ENUM_S_P = 0,
ENUM_S_NP = 1,
ENUM_NS_P = 2,
ENUM_NS_NP = 3,
}Variants§
ENUM_S_P = 0
Secure and Priviledge user access allowed.
ENUM_S_NP = 1
Secure and Non-priviledge user access allowed.
ENUM_NS_P = 2
Non-secure and Privilege access allowed.
ENUM_NS_NP = 3
Non-secure and Non-priviledge user access allowed.
Implementations§
Trait Implementations§
Source§impl Clone for MasterSecAntiPolRegSdma0
impl Clone for MasterSecAntiPolRegSdma0
Source§fn clone(&self) -> MasterSecAntiPolRegSdma0
fn clone(&self) -> MasterSecAntiPolRegSdma0
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 MasterSecAntiPolRegSdma0
impl Debug for MasterSecAntiPolRegSdma0
Source§impl From<MasterSecAntiPolRegSdma0> for u8
impl From<MasterSecAntiPolRegSdma0> for u8
Source§fn from(val: MasterSecAntiPolRegSdma0) -> u8
fn from(val: MasterSecAntiPolRegSdma0) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MasterSecAntiPolRegSdma0
impl From<u8> for MasterSecAntiPolRegSdma0
Source§fn from(val: u8) -> MasterSecAntiPolRegSdma0
fn from(val: u8) -> MasterSecAntiPolRegSdma0
Converts to this type from the input type.
Source§impl Ord for MasterSecAntiPolRegSdma0
impl Ord for MasterSecAntiPolRegSdma0
Source§fn cmp(&self, other: &MasterSecAntiPolRegSdma0) -> Ordering
fn cmp(&self, other: &MasterSecAntiPolRegSdma0) -> 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 MasterSecAntiPolRegSdma0
impl PartialEq for MasterSecAntiPolRegSdma0
Source§impl PartialOrd for MasterSecAntiPolRegSdma0
impl PartialOrd for MasterSecAntiPolRegSdma0
impl Copy for MasterSecAntiPolRegSdma0
impl Eq for MasterSecAntiPolRegSdma0
impl StructuralPartialEq for MasterSecAntiPolRegSdma0
Auto Trait Implementations§
impl Freeze for MasterSecAntiPolRegSdma0
impl RefUnwindSafe for MasterSecAntiPolRegSdma0
impl Send for MasterSecAntiPolRegSdma0
impl Sync for MasterSecAntiPolRegSdma0
impl Unpin for MasterSecAntiPolRegSdma0
impl UnwindSafe for MasterSecAntiPolRegSdma0
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