pub struct VpFeatures {
pub proc_features: hv_partition_processor_features,
pub xsave_features: hv_partition_processor_xsave_features,
pub synthetic_features: hv_partition_synthetic_processor_features,
}Fields§
§proc_features: hv_partition_processor_features§xsave_features: hv_partition_processor_xsave_features§synthetic_features: hv_partition_synthetic_processor_featuresTrait Implementations§
Source§impl Clone for VpFeatures
impl Clone for VpFeatures
Source§fn clone(&self) -> VpFeatures
fn clone(&self) -> VpFeatures
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 VpFeatures
impl Default for VpFeatures
Source§fn default() -> VpFeatures
fn default() -> VpFeatures
Returns the “default value” for a type. Read more
impl Copy for VpFeatures
Auto Trait Implementations§
impl Freeze for VpFeatures
impl RefUnwindSafe for VpFeatures
impl Send for VpFeatures
impl Sync for VpFeatures
impl Unpin for VpFeatures
impl UnwindSafe for VpFeatures
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