Enum libwhp::WHV_EXCEPTION_TYPE[][src]

#[repr(C)]
pub enum WHV_EXCEPTION_TYPE { WHvX64ExceptionTypeDivideErrorFault, WHvX64ExceptionTypeDebugTrapOrFault, WHvX64ExceptionTypeBreakpointTrap, WHvX64ExceptionTypeOverflowTrap, WHvX64ExceptionTypeBoundRangeFault, WHvX64ExceptionTypeInvalidOpcodeFault, WHvX64ExceptionTypeDeviceNotAvailableFault, WHvX64ExceptionTypeDoubleFaultAbort, WHvX64ExceptionTypeInvalidTaskStateSegmentFault, WHvX64ExceptionTypeSegmentNotPresentFault, WHvX64ExceptionTypeStackFault, WHvX64ExceptionTypeGeneralProtectionFault, WHvX64ExceptionTypePageFault, WHvX64ExceptionTypeFloatingPointErrorFault, WHvX64ExceptionTypeAlignmentCheckFault, WHvX64ExceptionTypeMachineCheckAbort, WHvX64ExceptionTypeSimdFloatingPointFault, }

Variants

Trait Implementations

impl Debug for WHV_EXCEPTION_TYPE
[src]

Formats the value using the given formatter. Read more

impl Copy for WHV_EXCEPTION_TYPE
[src]

impl Clone for WHV_EXCEPTION_TYPE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WHV_EXCEPTION_TYPE
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for WHV_EXCEPTION_TYPE
[src]

impl Hash for WHV_EXCEPTION_TYPE
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations