Union windows_sys::Win32::System::Hypervisor::WHV_ACCESS_GPA_CONTROLS
#[repr(C)]
pub union WHV_ACCESS_GPA_CONTROLS {
pub AsUINT64: u64,
pub Anonymous: WHV_ACCESS_GPA_CONTROLS_0,
}
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§
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