Struct windows_sys::Win32::System::Hypervisor::WHV_MEMORY_RANGE_ENTRY
#[repr(C)]pub struct WHV_MEMORY_RANGE_ENTRY {
pub GuestAddress: u64,
pub SizeInBytes: u64,
}
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§
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