Struct 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
§fn clone(&self) -> WHV_MEMORY_RANGE_ENTRY
fn clone(&self) -> WHV_MEMORY_RANGE_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WHV_MEMORY_RANGE_ENTRY
impl Debug for WHV_MEMORY_RANGE_ENTRY
§impl Default for WHV_MEMORY_RANGE_ENTRY
impl Default for WHV_MEMORY_RANGE_ENTRY
§impl PartialEq for WHV_MEMORY_RANGE_ENTRY
impl PartialEq for WHV_MEMORY_RANGE_ENTRY
impl Copy for WHV_MEMORY_RANGE_ENTRY
impl StructuralPartialEq for WHV_MEMORY_RANGE_ENTRY
Auto Trait Implementations§
impl Freeze for WHV_MEMORY_RANGE_ENTRY
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