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