Union windows_sys::Win32::System::Hypervisor::WHV_ADVISE_GPA_RANGE
[−]#[repr(C)]
pub union WHV_ADVISE_GPA_RANGE {
pub Populate: WHV_ADVISE_GPA_RANGE_POPULATE,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
Populate: WHV_ADVISE_GPA_RANGE_POPULATE
Trait Implementations
impl Clone for WHV_ADVISE_GPA_RANGE
impl Clone for WHV_ADVISE_GPA_RANGE
impl Copy for WHV_ADVISE_GPA_RANGE
Auto Trait Implementations
impl RefUnwindSafe for WHV_ADVISE_GPA_RANGE
impl Send for WHV_ADVISE_GPA_RANGE
impl Sync for WHV_ADVISE_GPA_RANGE
impl Unpin for WHV_ADVISE_GPA_RANGE
impl UnwindSafe for WHV_ADVISE_GPA_RANGE
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