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