Struct windows_sys::Win32::System::Hypervisor::WHV_MEMORY_RANGE_ENTRY
[−]Expand description
Required features: "Win32_System_Hypervisor"
Fields
GuestAddress: u64
SizeInBytes: u64
Trait Implementations
impl Clone for WHV_MEMORY_RANGE_ENTRY
impl Clone for WHV_MEMORY_RANGE_ENTRY
impl Copy for WHV_MEMORY_RANGE_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for WHV_MEMORY_RANGE_ENTRY
impl Send for WHV_MEMORY_RANGE_ENTRY
impl Sync for WHV_MEMORY_RANGE_ENTRY
impl Unpin for WHV_MEMORY_RANGE_ENTRY
impl UnwindSafe for WHV_MEMORY_RANGE_ENTRY
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