#[repr(u8)]pub enum MiscCtrlRegIdauAllNs {
_RESERVED_0 = 0,
DISABLED = 1,
ENABLED = 2,
_RESERVED_3 = 3,
}Variants§
_RESERVED_0 = 0
DISABLED = 1
IDAU is disabled, which means that all memories are attributed as non-secure memory.
ENABLED = 2
IDAU is enabled (restrictive mode)
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for MiscCtrlRegIdauAllNs
impl Clone for MiscCtrlRegIdauAllNs
Source§fn clone(&self) -> MiscCtrlRegIdauAllNs
fn clone(&self) -> MiscCtrlRegIdauAllNs
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 MiscCtrlRegIdauAllNs
impl Debug for MiscCtrlRegIdauAllNs
Source§impl From<MiscCtrlRegIdauAllNs> for u8
impl From<MiscCtrlRegIdauAllNs> for u8
Source§fn from(val: MiscCtrlRegIdauAllNs) -> u8
fn from(val: MiscCtrlRegIdauAllNs) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MiscCtrlRegIdauAllNs
impl From<u8> for MiscCtrlRegIdauAllNs
Source§fn from(val: u8) -> MiscCtrlRegIdauAllNs
fn from(val: u8) -> MiscCtrlRegIdauAllNs
Converts to this type from the input type.
Source§impl Ord for MiscCtrlRegIdauAllNs
impl Ord for MiscCtrlRegIdauAllNs
Source§fn cmp(&self, other: &MiscCtrlRegIdauAllNs) -> Ordering
fn cmp(&self, other: &MiscCtrlRegIdauAllNs) -> 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 MiscCtrlRegIdauAllNs
impl PartialEq for MiscCtrlRegIdauAllNs
Source§impl PartialOrd for MiscCtrlRegIdauAllNs
impl PartialOrd for MiscCtrlRegIdauAllNs
impl Copy for MiscCtrlRegIdauAllNs
impl Eq for MiscCtrlRegIdauAllNs
impl StructuralPartialEq for MiscCtrlRegIdauAllNs
Auto Trait Implementations§
impl Freeze for MiscCtrlRegIdauAllNs
impl RefUnwindSafe for MiscCtrlRegIdauAllNs
impl Send for MiscCtrlRegIdauAllNs
impl Sync for MiscCtrlRegIdauAllNs
impl Unpin for MiscCtrlRegIdauAllNs
impl UnwindSafe for MiscCtrlRegIdauAllNs
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