#[repr(C)]
pub union WHV_CAPABILITY_FEATURES {
pub Anonymous: WHV_CAPABILITY_FEATURES_0,
pub AsUINT64: u64,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
Anonymous: WHV_CAPABILITY_FEATURES_0
AsUINT64: u64
Trait Implementations
impl Clone for WHV_CAPABILITY_FEATURES
impl Clone for WHV_CAPABILITY_FEATURES
impl Copy for WHV_CAPABILITY_FEATURES
Auto Trait Implementations
impl RefUnwindSafe for WHV_CAPABILITY_FEATURES
impl Send for WHV_CAPABILITY_FEATURES
impl Sync for WHV_CAPABILITY_FEATURES
impl Unpin for WHV_CAPABILITY_FEATURES
impl UnwindSafe for WHV_CAPABILITY_FEATURES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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