Struct windows_sys::Win32::System::Hypervisor::GPA_MEMORY_CHUNK
[−]Expand description
Required features: "Win32_System_Hypervisor"
Fields
GuestPhysicalStartPageIndex: u64
PageCount: u64
Trait Implementations
impl Clone for GPA_MEMORY_CHUNK
impl Clone for GPA_MEMORY_CHUNK
impl Copy for GPA_MEMORY_CHUNK
Auto Trait Implementations
impl RefUnwindSafe for GPA_MEMORY_CHUNK
impl Send for GPA_MEMORY_CHUNK
impl Sync for GPA_MEMORY_CHUNK
impl Unpin for GPA_MEMORY_CHUNK
impl UnwindSafe for GPA_MEMORY_CHUNK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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