#[repr(C)]pub struct mshv_root_hvcall {
pub code: __u16,
pub reps: __u16,
pub in_sz: __u16,
pub out_sz: __u16,
pub status: __u16,
pub rsvd: [__u8; 6],
pub in_ptr: __u64,
pub out_ptr: __u64,
}Fields§
§code: __u16§reps: __u16§in_sz: __u16§out_sz: __u16§status: __u16§rsvd: [__u8; 6]§in_ptr: __u64§out_ptr: __u64Trait Implementations§
Source§impl Clone for mshv_root_hvcall
impl Clone for mshv_root_hvcall
Source§fn clone(&self) -> mshv_root_hvcall
fn clone(&self) -> mshv_root_hvcall
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_root_hvcall
impl Debug for mshv_root_hvcall
Source§impl Default for mshv_root_hvcall
impl Default for mshv_root_hvcall
Source§fn default() -> mshv_root_hvcall
fn default() -> mshv_root_hvcall
Returns the “default value” for a type. Read more
Source§impl Ord for mshv_root_hvcall
impl Ord for mshv_root_hvcall
Source§fn cmp(&self, other: &mshv_root_hvcall) -> Ordering
fn cmp(&self, other: &mshv_root_hvcall) -> 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_root_hvcall
impl PartialEq for mshv_root_hvcall
Source§impl PartialOrd for mshv_root_hvcall
impl PartialOrd for mshv_root_hvcall
impl Copy for mshv_root_hvcall
impl Eq for mshv_root_hvcall
impl StructuralPartialEq for mshv_root_hvcall
Auto Trait Implementations§
impl Freeze for mshv_root_hvcall
impl RefUnwindSafe for mshv_root_hvcall
impl Send for mshv_root_hvcall
impl Sync for mshv_root_hvcall
impl Unpin for mshv_root_hvcall
impl UnwindSafe for mshv_root_hvcall
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