[][src]Enum cortex_a::regs::MIDR_EL1::Architecture::Value

#[repr(u64)]pub enum Value {
    Individual,
}

The permitted values of this field are:

0001 Armv4. 0010 Armv4T. 0011 Armv5 (obsolete). 0100 Armv5T. 0101 Armv5TE. 0110 Armv5TEJ. 0111 Armv6. 1111 Architectural features are individually identified in the ID_* registers, see ID registers on page K14-8060.

All other values are reserved.

Variants

Individual

Trait Implementations

impl TryFromValue<u64> for Value[src]

type EnumType = Value

Auto Trait Implementations

impl Send for Value

impl Sync for Value

impl Unpin for Value

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.