#[repr(C)]
pub union WHV_ACCESS_GPA_CONTROLS {
pub AsUINT64: u64,
pub Anonymous: WHV_ACCESS_GPA_CONTROLS_0,
}
Expand description
Required features: ‘Win32_System_Hypervisor’
Fields
AsUINT64: u64
Anonymous: WHV_ACCESS_GPA_CONTROLS_0
Trait Implementations
impl Clone for WHV_ACCESS_GPA_CONTROLS
impl Clone for WHV_ACCESS_GPA_CONTROLS
impl Copy for WHV_ACCESS_GPA_CONTROLS
Auto Trait Implementations
impl RefUnwindSafe for WHV_ACCESS_GPA_CONTROLS
impl Send for WHV_ACCESS_GPA_CONTROLS
impl Sync for WHV_ACCESS_GPA_CONTROLS
impl Unpin for WHV_ACCESS_GPA_CONTROLS
impl UnwindSafe for WHV_ACCESS_GPA_CONTROLS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more