#[repr(u8)]pub enum ExtdomainPermSecuremapping {
NON_SECURE = 0,
SECURE = 1,
USER_SELECTABLE = 2,
_RESERVED_3 = 3,
}
Variants§
NON_SECURE = 0
The bus access from this external domain always have the non-secure attribute set
SECURE = 1
The bus access from this external domain always have the secure attribute set
USER_SELECTABLE = 2
Non-secure or secure attribute for bus access from this domain is defined by the EXTDOMAIN[n].PERM register
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for ExtdomainPermSecuremapping
impl Clone for ExtdomainPermSecuremapping
Source§fn clone(&self) -> ExtdomainPermSecuremapping
fn clone(&self) -> ExtdomainPermSecuremapping
Returns a copy 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 From<ExtdomainPermSecuremapping> for u8
impl From<ExtdomainPermSecuremapping> for u8
Source§fn from(val: ExtdomainPermSecuremapping) -> u8
fn from(val: ExtdomainPermSecuremapping) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ExtdomainPermSecuremapping
impl From<u8> for ExtdomainPermSecuremapping
Source§fn from(val: u8) -> ExtdomainPermSecuremapping
fn from(val: u8) -> ExtdomainPermSecuremapping
Converts to this type from the input type.
Source§impl Ord for ExtdomainPermSecuremapping
impl Ord for ExtdomainPermSecuremapping
Source§fn cmp(&self, other: &ExtdomainPermSecuremapping) -> Ordering
fn cmp(&self, other: &ExtdomainPermSecuremapping) -> 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 PartialOrd for ExtdomainPermSecuremapping
impl PartialOrd for ExtdomainPermSecuremapping
impl Copy for ExtdomainPermSecuremapping
impl Eq for ExtdomainPermSecuremapping
impl StructuralPartialEq for ExtdomainPermSecuremapping
Auto Trait Implementations§
impl Freeze for ExtdomainPermSecuremapping
impl RefUnwindSafe for ExtdomainPermSecuremapping
impl Send for ExtdomainPermSecuremapping
impl Sync for ExtdomainPermSecuremapping
impl Unpin for ExtdomainPermSecuremapping
impl UnwindSafe for ExtdomainPermSecuremapping
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)