pub enum Value {}
Expand description

Physical SError interrupt routing.

  • If bit is 1 when executing at any Exception level, and EL2 is enabled in the current Security state:
    • Physical SError interrupts are taken to EL2, unless they are routed to EL3.
    • When the value of HCR_EL2.TGE is 0, then virtual SError interrupts are enabled.

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.