Struct windows_sys::Win32::System::Hypervisor::VM_GENCOUNTER
[−]Expand description
Required features: "Win32_System_Hypervisor"
Fields
GenerationCount: u64
GenerationCountHigh: u64
Trait Implementations
impl Clone for VM_GENCOUNTER
impl Clone for VM_GENCOUNTER
impl Copy for VM_GENCOUNTER
Auto Trait Implementations
impl RefUnwindSafe for VM_GENCOUNTER
impl Send for VM_GENCOUNTER
impl Sync for VM_GENCOUNTER
impl Unpin for VM_GENCOUNTER
impl UnwindSafe for VM_GENCOUNTER
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