#[repr(C, packed(1))]pub struct hv_input_read_gpa {
pub partition_id: __u64,
pub vp_index: __u32,
pub byte_count: __u32,
pub base_gpa: __u64,
pub control_flags: hv_access_gpa_control_flags,
}Fields§
§partition_id: __u64§vp_index: __u32§byte_count: __u32§base_gpa: __u64§control_flags: hv_access_gpa_control_flagsTrait Implementations§
Source§impl Clone for hv_input_read_gpa
impl Clone for hv_input_read_gpa
Source§fn clone(&self) -> hv_input_read_gpa
fn clone(&self) -> hv_input_read_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 Default for hv_input_read_gpa
impl Default for hv_input_read_gpa
impl Copy for hv_input_read_gpa
Auto Trait Implementations§
impl Freeze for hv_input_read_gpa
impl RefUnwindSafe for hv_input_read_gpa
impl Send for hv_input_read_gpa
impl Sync for hv_input_read_gpa
impl Unpin for hv_input_read_gpa
impl UnwindSafe for hv_input_read_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