Enum eikon3ds_core::cpu::registers::OperatingMode
source · pub enum OperatingMode {
Unknown = 0,
User = 16,
Fiq = 17,
Irq = 18,
Supervisor = 19,
Abort = 23,
Undefined = 27,
System = 31,
}
Variants§
Implementations§
source§impl OperatingMode
impl OperatingMode
Trait Implementations§
source§impl Clone for OperatingMode
impl Clone for OperatingMode
source§fn clone(&self) -> OperatingMode
fn clone(&self) -> OperatingMode
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 PartialEq for OperatingMode
impl PartialEq for OperatingMode
source§fn eq(&self, other: &OperatingMode) -> bool
fn eq(&self, other: &OperatingMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OperatingMode
impl StructuralPartialEq for OperatingMode
Auto Trait Implementations§
impl RefUnwindSafe for OperatingMode
impl Send for OperatingMode
impl Sync for OperatingMode
impl Unpin for OperatingMode
impl UnwindSafe for OperatingMode
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