Union windows_sys::Win32::System::Hypervisor::WHV_EXTENDED_VM_EXITS
#[repr(C)]
pub union WHV_EXTENDED_VM_EXITS {
pub Anonymous: WHV_EXTENDED_VM_EXITS_0,
pub AsUINT64: u64,
}
Fields§
§Anonymous: WHV_EXTENDED_VM_EXITS_0
§AsUINT64: u64
Trait Implementations§
§impl Clone for WHV_EXTENDED_VM_EXITS
impl Clone for WHV_EXTENDED_VM_EXITS
impl Copy for WHV_EXTENDED_VM_EXITS
Auto Trait Implementations§
impl RefUnwindSafe for WHV_EXTENDED_VM_EXITS
impl Send for WHV_EXTENDED_VM_EXITS
impl Sync for WHV_EXTENDED_VM_EXITS
impl Unpin for WHV_EXTENDED_VM_EXITS
impl UnwindSafe for WHV_EXTENDED_VM_EXITS
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