#[repr(C)]pub struct WHV_ADVISE_GPA_RANGE_POPULATE {
pub Flags: WHV_ADVISE_GPA_RANGE_POPULATE_FLAGS,
pub AccessType: WHV_MEMORY_ACCESS_TYPE,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
Flags: WHV_ADVISE_GPA_RANGE_POPULATE_FLAGS
AccessType: WHV_MEMORY_ACCESS_TYPE
Trait Implementations
impl Clone for WHV_ADVISE_GPA_RANGE_POPULATE
impl Clone for WHV_ADVISE_GPA_RANGE_POPULATE
impl Copy for WHV_ADVISE_GPA_RANGE_POPULATE
Auto Trait Implementations
impl RefUnwindSafe for WHV_ADVISE_GPA_RANGE_POPULATE
impl Send for WHV_ADVISE_GPA_RANGE_POPULATE
impl Sync for WHV_ADVISE_GPA_RANGE_POPULATE
impl Unpin for WHV_ADVISE_GPA_RANGE_POPULATE
impl UnwindSafe for WHV_ADVISE_GPA_RANGE_POPULATE
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