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,
}
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§
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