Struct windows_sys::Win32::System::Hypervisor::WHV_CPUID_OUTPUT
[−]Expand description
Required features: "Win32_System_Hypervisor"
Fields
Eax: u32
Ebx: u32
Ecx: u32
Edx: u32
Trait Implementations
impl Clone for WHV_CPUID_OUTPUT
impl Clone for WHV_CPUID_OUTPUT
impl Copy for WHV_CPUID_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for WHV_CPUID_OUTPUT
impl Send for WHV_CPUID_OUTPUT
impl Sync for WHV_CPUID_OUTPUT
impl Unpin for WHV_CPUID_OUTPUT
impl UnwindSafe for WHV_CPUID_OUTPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more