#[repr(C)]
pub union WHV_REGISTER_VALUE {
Show 17 fields pub Reg128: WHV_UINT128, pub Reg64: u64, pub Reg32: u32, pub Reg16: u16, pub Reg8: u8, pub Fp: WHV_X64_FP_REGISTER, pub FpControlStatus: WHV_X64_FP_CONTROL_STATUS_REGISTER, pub XmmControlStatus: WHV_X64_XMM_CONTROL_STATUS_REGISTER, pub Segment: WHV_X64_SEGMENT_REGISTER, pub Table: WHV_X64_TABLE_REGISTER, pub InterruptState: WHV_X64_INTERRUPT_STATE_REGISTER, pub PendingInterruption: WHV_X64_PENDING_INTERRUPTION_REGISTER, pub DeliverabilityNotifications: WHV_X64_DELIVERABILITY_NOTIFICATIONS_REGISTER, pub ExceptionEvent: WHV_X64_PENDING_EXCEPTION_EVENT, pub ExtIntEvent: WHV_X64_PENDING_EXT_INT_EVENT, pub InternalActivity: WHV_INTERNAL_ACTIVITY_REGISTER, pub PendingDebugException: WHV_X64_PENDING_DEBUG_EXCEPTION,
}
Expand description

Required features: "Win32_System_Hypervisor"

Fields

Reg128: WHV_UINT128Reg64: u64Reg32: u32Reg16: u16Reg8: u8Fp: WHV_X64_FP_REGISTERFpControlStatus: WHV_X64_FP_CONTROL_STATUS_REGISTERXmmControlStatus: WHV_X64_XMM_CONTROL_STATUS_REGISTERSegment: WHV_X64_SEGMENT_REGISTERTable: WHV_X64_TABLE_REGISTERInterruptState: WHV_X64_INTERRUPT_STATE_REGISTERPendingInterruption: WHV_X64_PENDING_INTERRUPTION_REGISTERDeliverabilityNotifications: WHV_X64_DELIVERABILITY_NOTIFICATIONS_REGISTERExceptionEvent: WHV_X64_PENDING_EXCEPTION_EVENTExtIntEvent: WHV_X64_PENDING_EXT_INT_EVENTInternalActivity: WHV_INTERNAL_ACTIVITY_REGISTERPendingDebugException: WHV_X64_PENDING_DEBUG_EXCEPTION

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

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.