Struct windows_sys::Win32::System::Hypervisor::WHV_CPUID_OUTPUT
#[repr(C)]pub struct WHV_CPUID_OUTPUT {
pub Eax: u32,
pub Ebx: u32,
pub Ecx: u32,
pub Edx: u32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more