#[repr(C)]pub struct mshv_read_write_gpa {
pub base_gpa: __u64,
pub byte_count: __u32,
pub flags: __u32,
pub data: [__u8; 16],
}Fields§
§base_gpa: __u64§byte_count: __u32§flags: __u32§data: [__u8; 16]Trait Implementations§
Source§impl Clone for mshv_read_write_gpa
impl Clone for mshv_read_write_gpa
Source§fn clone(&self) -> mshv_read_write_gpa
fn clone(&self) -> mshv_read_write_gpa
Returns a duplicate 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 moreSource§impl Debug for mshv_read_write_gpa
impl Debug for mshv_read_write_gpa
Source§impl Default for mshv_read_write_gpa
impl Default for mshv_read_write_gpa
Source§fn default() -> mshv_read_write_gpa
fn default() -> mshv_read_write_gpa
Returns the “default value” for a type. Read more
Source§impl Ord for mshv_read_write_gpa
impl Ord for mshv_read_write_gpa
Source§fn cmp(&self, other: &mshv_read_write_gpa) -> Ordering
fn cmp(&self, other: &mshv_read_write_gpa) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for mshv_read_write_gpa
impl PartialEq for mshv_read_write_gpa
Source§impl PartialOrd for mshv_read_write_gpa
impl PartialOrd for mshv_read_write_gpa
impl Copy for mshv_read_write_gpa
impl Eq for mshv_read_write_gpa
impl StructuralPartialEq for mshv_read_write_gpa
Auto Trait Implementations§
impl Freeze for mshv_read_write_gpa
impl RefUnwindSafe for mshv_read_write_gpa
impl Send for mshv_read_write_gpa
impl Sync for mshv_read_write_gpa
impl Unpin for mshv_read_write_gpa
impl UnwindSafe for mshv_read_write_gpa
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