#[repr(C, packed(1))]pub struct hv_input_translate_virtual_address {
pub partition_id: __u64,
pub vp_index: __u32,
pub padding: __u32,
pub control_flags: __u64,
pub gva_page: __u64,
}Fields§
§partition_id: __u64§vp_index: __u32§padding: __u32§control_flags: __u64§gva_page: __u64Trait Implementations§
Source§impl Clone for hv_input_translate_virtual_address
impl Clone for hv_input_translate_virtual_address
Source§fn clone(&self) -> hv_input_translate_virtual_address
fn clone(&self) -> hv_input_translate_virtual_address
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_translate_virtual_address
impl Default for hv_input_translate_virtual_address
Source§fn default() -> hv_input_translate_virtual_address
fn default() -> hv_input_translate_virtual_address
Returns the “default value” for a type. Read more
Source§impl Ord for hv_input_translate_virtual_address
impl Ord for hv_input_translate_virtual_address
Source§fn cmp(&self, other: &hv_input_translate_virtual_address) -> Ordering
fn cmp(&self, other: &hv_input_translate_virtual_address) -> 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 hv_input_translate_virtual_address
impl PartialEq for hv_input_translate_virtual_address
Source§fn eq(&self, other: &hv_input_translate_virtual_address) -> bool
fn eq(&self, other: &hv_input_translate_virtual_address) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for hv_input_translate_virtual_address
impl PartialOrd for hv_input_translate_virtual_address
impl Copy for hv_input_translate_virtual_address
impl Eq for hv_input_translate_virtual_address
impl StructuralPartialEq for hv_input_translate_virtual_address
Auto Trait Implementations§
impl Freeze for hv_input_translate_virtual_address
impl RefUnwindSafe for hv_input_translate_virtual_address
impl Send for hv_input_translate_virtual_address
impl Sync for hv_input_translate_virtual_address
impl Unpin for hv_input_translate_virtual_address
impl UnwindSafe for hv_input_translate_virtual_address
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