Enum Nonbasethrdena
pub enum Nonbasethrdena {
_0 = 0,
_1 = 1,
}Expand description
Indicates how the processor enters Thread mode
Value on reset: 0
Variants§
_0 = 0
0: processor can enter Thread mode only when no exception is active
_1 = 1
1: processor can enter Thread mode from any level under the control of an EXC_RETURN value
Trait Implementations§
§impl Clone for Nonbasethrdena
impl Clone for Nonbasethrdena
§fn clone(&self) -> Nonbasethrdena
fn clone(&self) -> Nonbasethrdena
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 more§impl Debug for Nonbasethrdena
impl Debug for Nonbasethrdena
§impl Format for Nonbasethrdena
impl Format for Nonbasethrdena
§impl From<Nonbasethrdena> for bool
impl From<Nonbasethrdena> for bool
§fn from(variant: Nonbasethrdena) -> Self
fn from(variant: Nonbasethrdena) -> Self
Converts to this type from the input type.
§impl PartialEq for Nonbasethrdena
impl PartialEq for Nonbasethrdena
impl Copy for Nonbasethrdena
impl Eq for Nonbasethrdena
impl StructuralPartialEq for Nonbasethrdena
Auto Trait Implementations§
impl Freeze for Nonbasethrdena
impl RefUnwindSafe for Nonbasethrdena
impl Send for Nonbasethrdena
impl Sync for Nonbasethrdena
impl Unpin for Nonbasethrdena
impl UnwindSafe for Nonbasethrdena
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