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

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.