hvdef

Struct HvFeatures

Source
pub struct HvFeatures(/* private fields */);

Implementations§

Source§

impl HvFeatures

Source

pub const fn new() -> Self

Creates a new default initialized bitfield.

Source

pub const fn from_bits(bits: u128) -> Self

Convert from bits.

Source

pub const fn into_bits(self) -> u128

Convert into bits.

Source

pub const fn privileges(&self) -> HvPartitionPrivilege

Bits: 0..64

Source

pub const fn with_privileges_checked( self, value: HvPartitionPrivilege, ) -> Result<Self, ()>

Bits: 0..64

Source

pub const fn with_privileges(self, value: HvPartitionPrivilege) -> Self

Bits: 0..64

Source

pub const fn set_privileges(&mut self, value: HvPartitionPrivilege)

Bits: 0..64

Source

pub const fn set_privileges_checked( &mut self, value: HvPartitionPrivilege, ) -> Result<(), ()>

Bits: 0..64

Source

pub const fn max_supported_cstate(&self) -> u32

Bits: 64..68

Source

pub const fn with_max_supported_cstate_checked( self, value: u32, ) -> Result<Self, ()>

Bits: 64..68

Source

pub const fn with_max_supported_cstate(self, value: u32) -> Self

Bits: 64..68

Source

pub const fn set_max_supported_cstate(&mut self, value: u32)

Bits: 64..68

Source

pub const fn set_max_supported_cstate_checked( &mut self, value: u32, ) -> Result<(), ()>

Bits: 64..68

Source

pub const fn hpet_needed_for_c3_power_state_deprecated(&self) -> bool

Bits: 68..69

Source

pub const fn with_hpet_needed_for_c3_power_state_deprecated_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 68..69

Source

pub const fn with_hpet_needed_for_c3_power_state_deprecated( self, value: bool, ) -> Self

Bits: 68..69

Source

pub const fn set_hpet_needed_for_c3_power_state_deprecated( &mut self, value: bool, )

Bits: 68..69

Source

pub const fn set_hpet_needed_for_c3_power_state_deprecated_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 68..69

Source

pub const fn invariant_mperf_available(&self) -> bool

Bits: 69..70

Source

pub const fn with_invariant_mperf_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 69..70

Source

pub const fn with_invariant_mperf_available(self, value: bool) -> Self

Bits: 69..70

Source

pub const fn set_invariant_mperf_available(&mut self, value: bool)

Bits: 69..70

Source

pub const fn set_invariant_mperf_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 69..70

Source

pub const fn supervisor_shadow_stack_available(&self) -> bool

Bits: 70..71

Source

pub const fn with_supervisor_shadow_stack_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 70..71

Source

pub const fn with_supervisor_shadow_stack_available(self, value: bool) -> Self

Bits: 70..71

Source

pub const fn set_supervisor_shadow_stack_available(&mut self, value: bool)

Bits: 70..71

Source

pub const fn set_supervisor_shadow_stack_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 70..71

Source

pub const fn arch_pmu_available(&self) -> bool

Bits: 71..72

Source

pub const fn with_arch_pmu_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 71..72

Source

pub const fn with_arch_pmu_available(self, value: bool) -> Self

Bits: 71..72

Source

pub const fn set_arch_pmu_available(&mut self, value: bool)

Bits: 71..72

Source

pub const fn set_arch_pmu_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 71..72

Source

pub const fn exception_trap_intercept_available(&self) -> bool

Bits: 72..73

Source

pub const fn with_exception_trap_intercept_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 72..73

Source

pub const fn with_exception_trap_intercept_available(self, value: bool) -> Self

Bits: 72..73

Source

pub const fn set_exception_trap_intercept_available(&mut self, value: bool)

Bits: 72..73

Source

pub const fn set_exception_trap_intercept_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 72..73

Source

pub const fn mwait_available_deprecated(&self) -> bool

Bits: 96..97

Source

pub const fn with_mwait_available_deprecated_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 96..97

Source

pub const fn with_mwait_available_deprecated(self, value: bool) -> Self

Bits: 96..97

Source

pub const fn set_mwait_available_deprecated(&mut self, value: bool)

Bits: 96..97

Source

pub const fn set_mwait_available_deprecated_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 96..97

Source

pub const fn guest_debugging_available(&self) -> bool

Bits: 97..98

Source

pub const fn with_guest_debugging_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 97..98

Source

pub const fn with_guest_debugging_available(self, value: bool) -> Self

Bits: 97..98

Source

pub const fn set_guest_debugging_available(&mut self, value: bool)

Bits: 97..98

Source

pub const fn set_guest_debugging_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 97..98

Source

pub const fn performance_monitors_available(&self) -> bool

Bits: 98..99

Source

pub const fn with_performance_monitors_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 98..99

Source

pub const fn with_performance_monitors_available(self, value: bool) -> Self

Bits: 98..99

Source

pub const fn set_performance_monitors_available(&mut self, value: bool)

Bits: 98..99

Source

pub const fn set_performance_monitors_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 98..99

Source

pub const fn cpu_dynamic_partitioning_available(&self) -> bool

Bits: 99..100

Source

pub const fn with_cpu_dynamic_partitioning_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 99..100

Source

pub const fn with_cpu_dynamic_partitioning_available(self, value: bool) -> Self

Bits: 99..100

Source

pub const fn set_cpu_dynamic_partitioning_available(&mut self, value: bool)

Bits: 99..100

Source

pub const fn set_cpu_dynamic_partitioning_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 99..100

Source

pub const fn xmm_registers_for_fast_hypercall_available(&self) -> bool

Bits: 100..101

Source

pub const fn with_xmm_registers_for_fast_hypercall_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 100..101

Source

pub const fn with_xmm_registers_for_fast_hypercall_available( self, value: bool, ) -> Self

Bits: 100..101

Source

pub const fn set_xmm_registers_for_fast_hypercall_available( &mut self, value: bool, )

Bits: 100..101

Source

pub const fn set_xmm_registers_for_fast_hypercall_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 100..101

Source

pub const fn guest_idle_available(&self) -> bool

Bits: 101..102

Source

pub const fn with_guest_idle_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 101..102

Source

pub const fn with_guest_idle_available(self, value: bool) -> Self

Bits: 101..102

Source

pub const fn set_guest_idle_available(&mut self, value: bool)

Bits: 101..102

Source

pub const fn set_guest_idle_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 101..102

Source

pub const fn hypervisor_sleep_state_support_available(&self) -> bool

Bits: 102..103

Source

pub const fn with_hypervisor_sleep_state_support_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 102..103

Source

pub const fn with_hypervisor_sleep_state_support_available( self, value: bool, ) -> Self

Bits: 102..103

Source

pub const fn set_hypervisor_sleep_state_support_available( &mut self, value: bool, )

Bits: 102..103

Source

pub const fn set_hypervisor_sleep_state_support_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 102..103

Source

pub const fn numa_distance_query_available(&self) -> bool

Bits: 103..104

Source

pub const fn with_numa_distance_query_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 103..104

Source

pub const fn with_numa_distance_query_available(self, value: bool) -> Self

Bits: 103..104

Source

pub const fn set_numa_distance_query_available(&mut self, value: bool)

Bits: 103..104

Source

pub const fn set_numa_distance_query_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 103..104

Source

pub const fn frequency_regs_available(&self) -> bool

Bits: 104..105

Source

pub const fn with_frequency_regs_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 104..105

Source

pub const fn with_frequency_regs_available(self, value: bool) -> Self

Bits: 104..105

Source

pub const fn set_frequency_regs_available(&mut self, value: bool)

Bits: 104..105

Source

pub const fn set_frequency_regs_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 104..105

Source

pub const fn synthetic_machine_check_available(&self) -> bool

Bits: 105..106

Source

pub const fn with_synthetic_machine_check_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 105..106

Source

pub const fn with_synthetic_machine_check_available(self, value: bool) -> Self

Bits: 105..106

Source

pub const fn set_synthetic_machine_check_available(&mut self, value: bool)

Bits: 105..106

Source

pub const fn set_synthetic_machine_check_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 105..106

Source

pub const fn guest_crash_regs_available(&self) -> bool

Bits: 106..107

Source

pub const fn with_guest_crash_regs_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 106..107

Source

pub const fn with_guest_crash_regs_available(self, value: bool) -> Self

Bits: 106..107

Source

pub const fn set_guest_crash_regs_available(&mut self, value: bool)

Bits: 106..107

Source

pub const fn set_guest_crash_regs_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 106..107

Source

pub const fn debug_regs_available(&self) -> bool

Bits: 107..108

Source

pub const fn with_debug_regs_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 107..108

Source

pub const fn with_debug_regs_available(self, value: bool) -> Self

Bits: 107..108

Source

pub const fn set_debug_regs_available(&mut self, value: bool)

Bits: 107..108

Source

pub const fn set_debug_regs_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 107..108

Source

pub const fn npiep1_available(&self) -> bool

Bits: 108..109

Source

pub const fn with_npiep1_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 108..109

Source

pub const fn with_npiep1_available(self, value: bool) -> Self

Bits: 108..109

Source

pub const fn set_npiep1_available(&mut self, value: bool)

Bits: 108..109

Source

pub const fn set_npiep1_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 108..109

Source

pub const fn disable_hypervisor_available(&self) -> bool

Bits: 109..110

Source

pub const fn with_disable_hypervisor_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 109..110

Source

pub const fn with_disable_hypervisor_available(self, value: bool) -> Self

Bits: 109..110

Source

pub const fn set_disable_hypervisor_available(&mut self, value: bool)

Bits: 109..110

Source

pub const fn set_disable_hypervisor_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 109..110

Source

pub const fn extended_gva_ranges_for_flush_virtual_address_list_available( &self, ) -> bool

Bits: 110..111

Source

pub const fn with_extended_gva_ranges_for_flush_virtual_address_list_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 110..111

Source

pub const fn with_extended_gva_ranges_for_flush_virtual_address_list_available( self, value: bool, ) -> Self

Bits: 110..111

Source

pub const fn set_extended_gva_ranges_for_flush_virtual_address_list_available( &mut self, value: bool, )

Bits: 110..111

Source

pub const fn set_extended_gva_ranges_for_flush_virtual_address_list_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 110..111

Source

pub const fn fast_hypercall_output_available(&self) -> bool

Bits: 111..112

Source

pub const fn with_fast_hypercall_output_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 111..112

Source

pub const fn with_fast_hypercall_output_available(self, value: bool) -> Self

Bits: 111..112

Source

pub const fn set_fast_hypercall_output_available(&mut self, value: bool)

Bits: 111..112

Source

pub const fn set_fast_hypercall_output_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 111..112

Source

pub const fn svm_features_available(&self) -> bool

Bits: 112..113

Source

pub const fn with_svm_features_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 112..113

Source

pub const fn with_svm_features_available(self, value: bool) -> Self

Bits: 112..113

Source

pub const fn set_svm_features_available(&mut self, value: bool)

Bits: 112..113

Source

pub const fn set_svm_features_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 112..113

Source

pub const fn sint_polling_mode_available(&self) -> bool

Bits: 113..114

Source

pub const fn with_sint_polling_mode_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 113..114

Source

pub const fn with_sint_polling_mode_available(self, value: bool) -> Self

Bits: 113..114

Source

pub const fn set_sint_polling_mode_available(&mut self, value: bool)

Bits: 113..114

Source

pub const fn set_sint_polling_mode_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 113..114

Source

pub const fn hypercall_msr_lock_available(&self) -> bool

Bits: 114..115

Source

pub const fn with_hypercall_msr_lock_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 114..115

Source

pub const fn with_hypercall_msr_lock_available(self, value: bool) -> Self

Bits: 114..115

Source

pub const fn set_hypercall_msr_lock_available(&mut self, value: bool)

Bits: 114..115

Source

pub const fn set_hypercall_msr_lock_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 114..115

Source

pub const fn direct_synthetic_timers(&self) -> bool

Bits: 115..116

Source

pub const fn with_direct_synthetic_timers_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 115..116

Source

pub const fn with_direct_synthetic_timers(self, value: bool) -> Self

Bits: 115..116

Source

pub const fn set_direct_synthetic_timers(&mut self, value: bool)

Bits: 115..116

Source

pub const fn set_direct_synthetic_timers_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 115..116

Source

pub const fn register_pat_available(&self) -> bool

Bits: 116..117

Source

pub const fn with_register_pat_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 116..117

Source

pub const fn with_register_pat_available(self, value: bool) -> Self

Bits: 116..117

Source

pub const fn set_register_pat_available(&mut self, value: bool)

Bits: 116..117

Source

pub const fn set_register_pat_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 116..117

Source

pub const fn register_bndcfgs_available(&self) -> bool

Bits: 117..118

Source

pub const fn with_register_bndcfgs_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 117..118

Source

pub const fn with_register_bndcfgs_available(self, value: bool) -> Self

Bits: 117..118

Source

pub const fn set_register_bndcfgs_available(&mut self, value: bool)

Bits: 117..118

Source

pub const fn set_register_bndcfgs_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 117..118

Source

pub const fn watchdog_timer_available(&self) -> bool

Bits: 118..119

Source

pub const fn with_watchdog_timer_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 118..119

Source

pub const fn with_watchdog_timer_available(self, value: bool) -> Self

Bits: 118..119

Source

pub const fn set_watchdog_timer_available(&mut self, value: bool)

Bits: 118..119

Source

pub const fn set_watchdog_timer_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 118..119

Source

pub const fn synthetic_time_unhalted_timer_available(&self) -> bool

Bits: 119..120

Source

pub const fn with_synthetic_time_unhalted_timer_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 119..120

Source

pub const fn with_synthetic_time_unhalted_timer_available( self, value: bool, ) -> Self

Bits: 119..120

Source

pub const fn set_synthetic_time_unhalted_timer_available(&mut self, value: bool)

Bits: 119..120

Source

pub const fn set_synthetic_time_unhalted_timer_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 119..120

Source

pub const fn device_domains_available(&self) -> bool

Bits: 120..121

Source

pub const fn with_device_domains_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 120..121

Source

pub const fn with_device_domains_available(self, value: bool) -> Self

Bits: 120..121

Source

pub const fn set_device_domains_available(&mut self, value: bool)

Bits: 120..121

Source

pub const fn set_device_domains_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 120..121

Source

pub const fn s1_device_domains_available(&self) -> bool

Bits: 121..122

Source

pub const fn with_s1_device_domains_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 121..122

Source

pub const fn with_s1_device_domains_available(self, value: bool) -> Self

Bits: 121..122

Source

pub const fn set_s1_device_domains_available(&mut self, value: bool)

Bits: 121..122

Source

pub const fn set_s1_device_domains_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 121..122

Source

pub const fn lbr_available(&self) -> bool

Bits: 122..123

Source

pub const fn with_lbr_available_checked(self, value: bool) -> Result<Self, ()>

Bits: 122..123

Source

pub const fn with_lbr_available(self, value: bool) -> Self

Bits: 122..123

Source

pub const fn set_lbr_available(&mut self, value: bool)

Bits: 122..123

Source

pub const fn set_lbr_available_checked(&mut self, value: bool) -> Result<(), ()>

Bits: 122..123

Source

pub const fn ipt_available(&self) -> bool

Bits: 123..124

Source

pub const fn with_ipt_available_checked(self, value: bool) -> Result<Self, ()>

Bits: 123..124

Source

pub const fn with_ipt_available(self, value: bool) -> Self

Bits: 123..124

Source

pub const fn set_ipt_available(&mut self, value: bool)

Bits: 123..124

Source

pub const fn set_ipt_available_checked(&mut self, value: bool) -> Result<(), ()>

Bits: 123..124

Source

pub const fn cross_vtl_flush_available(&self) -> bool

Bits: 124..125

Source

pub const fn with_cross_vtl_flush_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 124..125

Source

pub const fn with_cross_vtl_flush_available(self, value: bool) -> Self

Bits: 124..125

Source

pub const fn set_cross_vtl_flush_available(&mut self, value: bool)

Bits: 124..125

Source

pub const fn set_cross_vtl_flush_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 124..125

Source

pub const fn idle_spec_ctrl_available(&self) -> bool

Bits: 125..126

Source

pub const fn with_idle_spec_ctrl_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 125..126

Source

pub const fn with_idle_spec_ctrl_available(self, value: bool) -> Self

Bits: 125..126

Source

pub const fn set_idle_spec_ctrl_available(&mut self, value: bool)

Bits: 125..126

Source

pub const fn set_idle_spec_ctrl_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 125..126

Source

pub const fn translate_gva_flags_available(&self) -> bool

Bits: 126..127

Source

pub const fn with_translate_gva_flags_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 126..127

Source

pub const fn with_translate_gva_flags_available(self, value: bool) -> Self

Bits: 126..127

Source

pub const fn set_translate_gva_flags_available(&mut self, value: bool)

Bits: 126..127

Source

pub const fn set_translate_gva_flags_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 126..127

Source

pub const fn apic_eoi_intercept_available(&self) -> bool

Bits: 127..128

Source

pub const fn with_apic_eoi_intercept_available_checked( self, value: bool, ) -> Result<Self, ()>

Bits: 127..128

Source

pub const fn with_apic_eoi_intercept_available(self, value: bool) -> Self

Bits: 127..128

Source

pub const fn set_apic_eoi_intercept_available(&mut self, value: bool)

Bits: 127..128

Source

pub const fn set_apic_eoi_intercept_available_checked( &mut self, value: bool, ) -> Result<(), ()>

Bits: 127..128

Source§

impl HvFeatures

Source

pub fn from_cpuid(cpuid: [u32; 4]) -> Self

Source

pub fn into_cpuid(self) -> [u32; 4]

Trait Implementations§

Source§

impl Clone for HvFeatures

Source§

fn clone(&self) -> HvFeatures

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for HvFeatures

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for HvFeatures

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl From<HvFeatures> for u128

Source§

fn from(v: HvFeatures) -> u128

Converts to this type from the input type.
Source§

impl From<u128> for HvFeatures

Source§

fn from(v: u128) -> Self

Converts to this type from the input type.
Source§

impl FromBytes for HvFeatures
where u128: FromBytes,

§

fn ref_from_bytes( source: &[u8], ) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: KnownLayout + Immutable,

Interprets the given source as a &Self. Read more
§

fn ref_from_prefix( source: &[u8], ) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: KnownLayout + Immutable,

Interprets the prefix of the given source as a &Self without copying. Read more
§

fn ref_from_suffix( source: &[u8], ) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: Immutable + KnownLayout,

Interprets the suffix of the given bytes as a &Self. Read more
§

fn mut_from_bytes( source: &mut [u8], ) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout,

Interprets the given source as a &mut Self. Read more
§

fn mut_from_prefix( source: &mut [u8], ) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout,

Interprets the prefix of the given source as a &mut Self without copying. Read more
§

fn mut_from_suffix( source: &mut [u8], ) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout,

Interprets the suffix of the given source as a &mut Self without copying. Read more
§

fn read_from_bytes(source: &[u8]) -> Result<Self, SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the given source. Read more
§

fn read_from_prefix( source: &[u8], ) -> Result<(Self, &[u8]), SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the prefix of the given source. Read more
§

fn read_from_suffix( source: &[u8], ) -> Result<(&[u8], Self), SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the suffix of the given source. Read more
Source§

impl FromZeros for HvFeatures
where u128: FromZeros,

§

fn zero(&mut self)

Overwrites self with zeros. Read more
§

fn new_zeroed() -> Self
where Self: Sized,

Creates an instance of Self from zeroed bytes. Read more
§

fn new_box_zeroed() -> Result<Box<Self>, AllocError>
where Self: Sized,

Creates a Box<Self> from zeroed bytes. Read more
§

fn new_vec_zeroed(len: usize) -> Result<Vec<Self>, AllocError>
where Self: Sized,

Creates a Vec<Self> from zeroed bytes. Read more
§

fn extend_vec_zeroed( v: &mut Vec<Self>, additional: usize, ) -> Result<(), AllocError>
where Self: Sized,

Extends a Vec<Self> by pushing additional new items onto the end of the vector. The new items are initialized with zeros.
§

fn insert_vec_zeroed( v: &mut Vec<Self>, position: usize, additional: usize, ) -> Result<(), AllocError>
where Self: Sized,

Inserts additional new items into Vec<Self> at position. The new items are initialized with zeros. Read more
Source§

impl IntoBytes for HvFeatures
where u128: IntoBytes,

§

fn as_bytes(&self) -> &[u8]
where Self: Immutable,

Gets the bytes of this value. Read more
§

fn as_mut_bytes(&mut self) -> &mut [u8]
where Self: FromBytes,

Gets the bytes of this value mutably. Read more
§

fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to dst. Read more
§

fn write_to_prefix( &self, dst: &mut [u8], ) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to the prefix of dst. Read more
§

fn write_to_suffix( &self, dst: &mut [u8], ) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to the suffix of dst. Read more
Source§

impl KnownLayout for HvFeatures
where Self: Sized,

Source§

type PointerMetadata = ()

The type of metadata stored in a pointer to Self. Read more
Source§

impl TryFromBytes for HvFeatures
where u128: TryFromBytes,

§

fn try_ref_from_bytes( source: &[u8], ) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the given source as a &Self. Read more
§

fn try_ref_from_prefix( source: &[u8], ) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the prefix of the given source as a &Self. Read more
§

fn try_ref_from_suffix( source: &[u8], ) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the suffix of the given source as a &Self. Read more
§

fn try_mut_from_bytes( bytes: &mut [u8], ) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout + IntoBytes,

Attempts to interpret the given source as a &mut Self without copying. Read more
§

fn try_mut_from_prefix( source: &mut [u8], ) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout + IntoBytes,

Attempts to interpret the prefix of the given source as a &mut Self. Read more
§

fn try_mut_from_suffix( source: &mut [u8], ) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout + IntoBytes,

Attempts to interpret the suffix of the given source as a &mut Self. Read more
§

fn try_read_from_bytes( source: &[u8], ) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read the given source as a Self. Read more
§

fn try_read_from_prefix( source: &[u8], ) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read a Self from the prefix of the given source. Read more
§

fn try_read_from_suffix( source: &[u8], ) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read a Self from the suffix of the given source. Read more
Source§

impl Copy for HvFeatures

Source§

impl Immutable for HvFeatures
where u128: Immutable,

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.