#[repr(u64)]
pub enum Value {
    EL0,
    EL1,
    EL2,
    EL3,
}
Expand description

Current Exception level. Possible values of this field are:

00 EL0 01 EL1 10 EL2 11 EL3

When the HCR_EL2.NV bit is 1, Non-secure EL1 read accesses to the CurrentEL register return the value of 0x2 in this field.

This field resets to a value that is architecturally UNKNOWN.

Variants

EL0

EL1

EL2

EL3

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.