#[repr(C)]pub struct mshv_create_vp {
pub vp_index: __u32,
}Fields§
§vp_index: __u32Trait Implementations§
Source§impl Clone for mshv_create_vp
impl Clone for mshv_create_vp
Source§fn clone(&self) -> mshv_create_vp
fn clone(&self) -> mshv_create_vp
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_create_vp
impl Debug for mshv_create_vp
Source§impl Default for mshv_create_vp
impl Default for mshv_create_vp
Source§fn default() -> mshv_create_vp
fn default() -> mshv_create_vp
Returns the “default value” for a type. Read more
Source§impl Ord for mshv_create_vp
impl Ord for mshv_create_vp
Source§fn cmp(&self, other: &mshv_create_vp) -> Ordering
fn cmp(&self, other: &mshv_create_vp) -> 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_create_vp
impl PartialEq for mshv_create_vp
Source§impl PartialOrd for mshv_create_vp
impl PartialOrd for mshv_create_vp
impl Copy for mshv_create_vp
impl Eq for mshv_create_vp
impl StructuralPartialEq for mshv_create_vp
Auto Trait Implementations§
impl Freeze for mshv_create_vp
impl RefUnwindSafe for mshv_create_vp
impl Send for mshv_create_vp
impl Sync for mshv_create_vp
impl Unpin for mshv_create_vp
impl UnwindSafe for mshv_create_vp
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