Struct libwhp::WHV_EXTENDED_VM_EXITS[][src]

#[repr(C)]
pub struct WHV_EXTENDED_VM_EXITS { pub AsUINT64: UINT64, }

Fields

Methods

impl WHV_EXTENDED_VM_EXITS
[src]

Trait Implementations

impl Copy for WHV_EXTENDED_VM_EXITS
[src]

impl Clone for WHV_EXTENDED_VM_EXITS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations