Struct libwhp::WHV_X64_CPUID_RESULT[][src]

#[repr(C)]
pub struct WHV_X64_CPUID_RESULT { pub Function: UINT32, pub Reserved: [UINT32; 3], pub Eax: UINT32, pub Ebx: UINT32, pub Ecx: UINT32, pub Edx: UINT32, }

Fields

Trait Implementations

impl Debug for WHV_X64_CPUID_RESULT
[src]

Formats the value using the given formatter. Read more

impl Copy for WHV_X64_CPUID_RESULT
[src]

impl Clone for WHV_X64_CPUID_RESULT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WHV_X64_CPUID_RESULT
[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_X64_CPUID_RESULT
[src]

impl Hash for WHV_X64_CPUID_RESULT
[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