Enum x86::vmx::VmFail[][src]

pub enum VmFail {
    VmFailValid,
    VmFailInvalid,
}
Expand description

Possible outcomes of VMfail pseudo-function used to convey VMX operation errors.

Definitions of all these pseudo-functions can be found in Intel SDM, Volume 3C, Section 30.2.

Variants

VmFailValid

VMCS pointer is valid, but some other error was encountered. Read VM-instruction error field of VMCS for more details.

VmFailInvalid

VMCS pointer is not valid.

Trait Implementations

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

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.