pub struct HvFeatures(/* private fields */);
Implementations§
Source§impl HvFeatures
impl HvFeatures
Sourcepub const fn privileges(&self) -> HvPartitionPrivilege
pub const fn privileges(&self) -> HvPartitionPrivilege
Bits: 0..64
Sourcepub const fn with_privileges_checked(
self,
value: HvPartitionPrivilege,
) -> Result<Self, ()>
pub const fn with_privileges_checked( self, value: HvPartitionPrivilege, ) -> Result<Self, ()>
Bits: 0..64
Sourcepub const fn with_privileges(self, value: HvPartitionPrivilege) -> Self
pub const fn with_privileges(self, value: HvPartitionPrivilege) -> Self
Bits: 0..64
Sourcepub const fn set_privileges(&mut self, value: HvPartitionPrivilege)
pub const fn set_privileges(&mut self, value: HvPartitionPrivilege)
Bits: 0..64
Sourcepub const fn set_privileges_checked(
&mut self,
value: HvPartitionPrivilege,
) -> Result<(), ()>
pub const fn set_privileges_checked( &mut self, value: HvPartitionPrivilege, ) -> Result<(), ()>
Bits: 0..64
Sourcepub const fn max_supported_cstate(&self) -> u32
pub const fn max_supported_cstate(&self) -> u32
Bits: 64..68
Sourcepub const fn with_max_supported_cstate_checked(
self,
value: u32,
) -> Result<Self, ()>
pub const fn with_max_supported_cstate_checked( self, value: u32, ) -> Result<Self, ()>
Bits: 64..68
Sourcepub const fn with_max_supported_cstate(self, value: u32) -> Self
pub const fn with_max_supported_cstate(self, value: u32) -> Self
Bits: 64..68
Sourcepub const fn set_max_supported_cstate(&mut self, value: u32)
pub const fn set_max_supported_cstate(&mut self, value: u32)
Bits: 64..68
Sourcepub const fn set_max_supported_cstate_checked(
&mut self,
value: u32,
) -> Result<(), ()>
pub const fn set_max_supported_cstate_checked( &mut self, value: u32, ) -> Result<(), ()>
Bits: 64..68
Sourcepub const fn hpet_needed_for_c3_power_state_deprecated(&self) -> bool
pub const fn hpet_needed_for_c3_power_state_deprecated(&self) -> bool
Bits: 68..69
Sourcepub const fn with_hpet_needed_for_c3_power_state_deprecated_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_hpet_needed_for_c3_power_state_deprecated_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 68..69
Sourcepub const fn with_hpet_needed_for_c3_power_state_deprecated(
self,
value: bool,
) -> Self
pub const fn with_hpet_needed_for_c3_power_state_deprecated( self, value: bool, ) -> Self
Bits: 68..69
Sourcepub const fn set_hpet_needed_for_c3_power_state_deprecated(
&mut self,
value: bool,
)
pub const fn set_hpet_needed_for_c3_power_state_deprecated( &mut self, value: bool, )
Bits: 68..69
Sourcepub const fn set_hpet_needed_for_c3_power_state_deprecated_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_hpet_needed_for_c3_power_state_deprecated_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 68..69
Sourcepub const fn invariant_mperf_available(&self) -> bool
pub const fn invariant_mperf_available(&self) -> bool
Bits: 69..70
Sourcepub const fn with_invariant_mperf_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_invariant_mperf_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 69..70
Sourcepub const fn with_invariant_mperf_available(self, value: bool) -> Self
pub const fn with_invariant_mperf_available(self, value: bool) -> Self
Bits: 69..70
Sourcepub const fn set_invariant_mperf_available(&mut self, value: bool)
pub const fn set_invariant_mperf_available(&mut self, value: bool)
Bits: 69..70
Sourcepub const fn set_invariant_mperf_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_invariant_mperf_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 69..70
Sourcepub const fn supervisor_shadow_stack_available(&self) -> bool
pub const fn supervisor_shadow_stack_available(&self) -> bool
Bits: 70..71
Sourcepub const fn with_supervisor_shadow_stack_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_supervisor_shadow_stack_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 70..71
Sourcepub const fn with_supervisor_shadow_stack_available(self, value: bool) -> Self
pub const fn with_supervisor_shadow_stack_available(self, value: bool) -> Self
Bits: 70..71
Sourcepub const fn set_supervisor_shadow_stack_available(&mut self, value: bool)
pub const fn set_supervisor_shadow_stack_available(&mut self, value: bool)
Bits: 70..71
Sourcepub const fn set_supervisor_shadow_stack_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_supervisor_shadow_stack_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 70..71
Sourcepub const fn arch_pmu_available(&self) -> bool
pub const fn arch_pmu_available(&self) -> bool
Bits: 71..72
Sourcepub const fn with_arch_pmu_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_arch_pmu_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 71..72
Sourcepub const fn with_arch_pmu_available(self, value: bool) -> Self
pub const fn with_arch_pmu_available(self, value: bool) -> Self
Bits: 71..72
Sourcepub const fn set_arch_pmu_available(&mut self, value: bool)
pub const fn set_arch_pmu_available(&mut self, value: bool)
Bits: 71..72
Sourcepub const fn set_arch_pmu_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_arch_pmu_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 71..72
Sourcepub const fn exception_trap_intercept_available(&self) -> bool
pub const fn exception_trap_intercept_available(&self) -> bool
Bits: 72..73
Sourcepub const fn with_exception_trap_intercept_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_exception_trap_intercept_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 72..73
Sourcepub const fn with_exception_trap_intercept_available(self, value: bool) -> Self
pub const fn with_exception_trap_intercept_available(self, value: bool) -> Self
Bits: 72..73
Sourcepub const fn set_exception_trap_intercept_available(&mut self, value: bool)
pub const fn set_exception_trap_intercept_available(&mut self, value: bool)
Bits: 72..73
Sourcepub const fn set_exception_trap_intercept_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_exception_trap_intercept_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 72..73
Sourcepub const fn mwait_available_deprecated(&self) -> bool
pub const fn mwait_available_deprecated(&self) -> bool
Bits: 96..97
Sourcepub const fn with_mwait_available_deprecated_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_mwait_available_deprecated_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 96..97
Sourcepub const fn with_mwait_available_deprecated(self, value: bool) -> Self
pub const fn with_mwait_available_deprecated(self, value: bool) -> Self
Bits: 96..97
Sourcepub const fn set_mwait_available_deprecated(&mut self, value: bool)
pub const fn set_mwait_available_deprecated(&mut self, value: bool)
Bits: 96..97
Sourcepub const fn set_mwait_available_deprecated_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_mwait_available_deprecated_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 96..97
Sourcepub const fn guest_debugging_available(&self) -> bool
pub const fn guest_debugging_available(&self) -> bool
Bits: 97..98
Sourcepub const fn with_guest_debugging_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_guest_debugging_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 97..98
Sourcepub const fn with_guest_debugging_available(self, value: bool) -> Self
pub const fn with_guest_debugging_available(self, value: bool) -> Self
Bits: 97..98
Sourcepub const fn set_guest_debugging_available(&mut self, value: bool)
pub const fn set_guest_debugging_available(&mut self, value: bool)
Bits: 97..98
Sourcepub const fn set_guest_debugging_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_guest_debugging_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 97..98
Sourcepub const fn performance_monitors_available(&self) -> bool
pub const fn performance_monitors_available(&self) -> bool
Bits: 98..99
Sourcepub const fn with_performance_monitors_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_performance_monitors_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 98..99
Sourcepub const fn with_performance_monitors_available(self, value: bool) -> Self
pub const fn with_performance_monitors_available(self, value: bool) -> Self
Bits: 98..99
Sourcepub const fn set_performance_monitors_available(&mut self, value: bool)
pub const fn set_performance_monitors_available(&mut self, value: bool)
Bits: 98..99
Sourcepub const fn set_performance_monitors_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_performance_monitors_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 98..99
Sourcepub const fn cpu_dynamic_partitioning_available(&self) -> bool
pub const fn cpu_dynamic_partitioning_available(&self) -> bool
Bits: 99..100
Sourcepub const fn with_cpu_dynamic_partitioning_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_cpu_dynamic_partitioning_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 99..100
Sourcepub const fn with_cpu_dynamic_partitioning_available(self, value: bool) -> Self
pub const fn with_cpu_dynamic_partitioning_available(self, value: bool) -> Self
Bits: 99..100
Sourcepub const fn set_cpu_dynamic_partitioning_available(&mut self, value: bool)
pub const fn set_cpu_dynamic_partitioning_available(&mut self, value: bool)
Bits: 99..100
Sourcepub const fn set_cpu_dynamic_partitioning_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_cpu_dynamic_partitioning_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 99..100
Sourcepub const fn xmm_registers_for_fast_hypercall_available(&self) -> bool
pub const fn xmm_registers_for_fast_hypercall_available(&self) -> bool
Bits: 100..101
Sourcepub const fn with_xmm_registers_for_fast_hypercall_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_xmm_registers_for_fast_hypercall_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 100..101
Sourcepub const fn with_xmm_registers_for_fast_hypercall_available(
self,
value: bool,
) -> Self
pub const fn with_xmm_registers_for_fast_hypercall_available( self, value: bool, ) -> Self
Bits: 100..101
Sourcepub const fn set_xmm_registers_for_fast_hypercall_available(
&mut self,
value: bool,
)
pub const fn set_xmm_registers_for_fast_hypercall_available( &mut self, value: bool, )
Bits: 100..101
Sourcepub const fn set_xmm_registers_for_fast_hypercall_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_xmm_registers_for_fast_hypercall_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 100..101
Sourcepub const fn guest_idle_available(&self) -> bool
pub const fn guest_idle_available(&self) -> bool
Bits: 101..102
Sourcepub const fn with_guest_idle_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_guest_idle_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 101..102
Sourcepub const fn with_guest_idle_available(self, value: bool) -> Self
pub const fn with_guest_idle_available(self, value: bool) -> Self
Bits: 101..102
Sourcepub const fn set_guest_idle_available(&mut self, value: bool)
pub const fn set_guest_idle_available(&mut self, value: bool)
Bits: 101..102
Sourcepub const fn set_guest_idle_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_guest_idle_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 101..102
Sourcepub const fn hypervisor_sleep_state_support_available(&self) -> bool
pub const fn hypervisor_sleep_state_support_available(&self) -> bool
Bits: 102..103
Sourcepub const fn with_hypervisor_sleep_state_support_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_hypervisor_sleep_state_support_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 102..103
Sourcepub const fn with_hypervisor_sleep_state_support_available(
self,
value: bool,
) -> Self
pub const fn with_hypervisor_sleep_state_support_available( self, value: bool, ) -> Self
Bits: 102..103
Sourcepub const fn set_hypervisor_sleep_state_support_available(
&mut self,
value: bool,
)
pub const fn set_hypervisor_sleep_state_support_available( &mut self, value: bool, )
Bits: 102..103
Sourcepub const fn set_hypervisor_sleep_state_support_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_hypervisor_sleep_state_support_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 102..103
Sourcepub const fn numa_distance_query_available(&self) -> bool
pub const fn numa_distance_query_available(&self) -> bool
Bits: 103..104
Sourcepub const fn with_numa_distance_query_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_numa_distance_query_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 103..104
Sourcepub const fn with_numa_distance_query_available(self, value: bool) -> Self
pub const fn with_numa_distance_query_available(self, value: bool) -> Self
Bits: 103..104
Sourcepub const fn set_numa_distance_query_available(&mut self, value: bool)
pub const fn set_numa_distance_query_available(&mut self, value: bool)
Bits: 103..104
Sourcepub const fn set_numa_distance_query_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_numa_distance_query_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 103..104
Sourcepub const fn frequency_regs_available(&self) -> bool
pub const fn frequency_regs_available(&self) -> bool
Bits: 104..105
Sourcepub const fn with_frequency_regs_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_frequency_regs_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 104..105
Sourcepub const fn with_frequency_regs_available(self, value: bool) -> Self
pub const fn with_frequency_regs_available(self, value: bool) -> Self
Bits: 104..105
Sourcepub const fn set_frequency_regs_available(&mut self, value: bool)
pub const fn set_frequency_regs_available(&mut self, value: bool)
Bits: 104..105
Sourcepub const fn set_frequency_regs_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_frequency_regs_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 104..105
Sourcepub const fn synthetic_machine_check_available(&self) -> bool
pub const fn synthetic_machine_check_available(&self) -> bool
Bits: 105..106
Sourcepub const fn with_synthetic_machine_check_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_synthetic_machine_check_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 105..106
Sourcepub const fn with_synthetic_machine_check_available(self, value: bool) -> Self
pub const fn with_synthetic_machine_check_available(self, value: bool) -> Self
Bits: 105..106
Sourcepub const fn set_synthetic_machine_check_available(&mut self, value: bool)
pub const fn set_synthetic_machine_check_available(&mut self, value: bool)
Bits: 105..106
Sourcepub const fn set_synthetic_machine_check_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_synthetic_machine_check_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 105..106
Sourcepub const fn guest_crash_regs_available(&self) -> bool
pub const fn guest_crash_regs_available(&self) -> bool
Bits: 106..107
Sourcepub const fn with_guest_crash_regs_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_guest_crash_regs_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 106..107
Sourcepub const fn with_guest_crash_regs_available(self, value: bool) -> Self
pub const fn with_guest_crash_regs_available(self, value: bool) -> Self
Bits: 106..107
Sourcepub const fn set_guest_crash_regs_available(&mut self, value: bool)
pub const fn set_guest_crash_regs_available(&mut self, value: bool)
Bits: 106..107
Sourcepub const fn set_guest_crash_regs_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_guest_crash_regs_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 106..107
Sourcepub const fn debug_regs_available(&self) -> bool
pub const fn debug_regs_available(&self) -> bool
Bits: 107..108
Sourcepub const fn with_debug_regs_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_debug_regs_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 107..108
Sourcepub const fn with_debug_regs_available(self, value: bool) -> Self
pub const fn with_debug_regs_available(self, value: bool) -> Self
Bits: 107..108
Sourcepub const fn set_debug_regs_available(&mut self, value: bool)
pub const fn set_debug_regs_available(&mut self, value: bool)
Bits: 107..108
Sourcepub const fn set_debug_regs_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_debug_regs_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 107..108
Sourcepub const fn npiep1_available(&self) -> bool
pub const fn npiep1_available(&self) -> bool
Bits: 108..109
Sourcepub const fn with_npiep1_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_npiep1_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 108..109
Sourcepub const fn with_npiep1_available(self, value: bool) -> Self
pub const fn with_npiep1_available(self, value: bool) -> Self
Bits: 108..109
Sourcepub const fn set_npiep1_available(&mut self, value: bool)
pub const fn set_npiep1_available(&mut self, value: bool)
Bits: 108..109
Sourcepub const fn set_npiep1_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_npiep1_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 108..109
Sourcepub const fn disable_hypervisor_available(&self) -> bool
pub const fn disable_hypervisor_available(&self) -> bool
Bits: 109..110
Sourcepub const fn with_disable_hypervisor_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_disable_hypervisor_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 109..110
Sourcepub const fn with_disable_hypervisor_available(self, value: bool) -> Self
pub const fn with_disable_hypervisor_available(self, value: bool) -> Self
Bits: 109..110
Sourcepub const fn set_disable_hypervisor_available(&mut self, value: bool)
pub const fn set_disable_hypervisor_available(&mut self, value: bool)
Bits: 109..110
Sourcepub const fn set_disable_hypervisor_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_disable_hypervisor_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 109..110
Sourcepub const fn extended_gva_ranges_for_flush_virtual_address_list_available(
&self,
) -> bool
pub const fn extended_gva_ranges_for_flush_virtual_address_list_available( &self, ) -> bool
Bits: 110..111
Sourcepub const fn with_extended_gva_ranges_for_flush_virtual_address_list_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_extended_gva_ranges_for_flush_virtual_address_list_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 110..111
Sourcepub const fn with_extended_gva_ranges_for_flush_virtual_address_list_available(
self,
value: bool,
) -> Self
pub const fn with_extended_gva_ranges_for_flush_virtual_address_list_available( self, value: bool, ) -> Self
Bits: 110..111
Sourcepub const fn set_extended_gva_ranges_for_flush_virtual_address_list_available(
&mut self,
value: bool,
)
pub const fn set_extended_gva_ranges_for_flush_virtual_address_list_available( &mut self, value: bool, )
Bits: 110..111
Sourcepub const fn set_extended_gva_ranges_for_flush_virtual_address_list_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_extended_gva_ranges_for_flush_virtual_address_list_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 110..111
Sourcepub const fn fast_hypercall_output_available(&self) -> bool
pub const fn fast_hypercall_output_available(&self) -> bool
Bits: 111..112
Sourcepub const fn with_fast_hypercall_output_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_fast_hypercall_output_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 111..112
Sourcepub const fn with_fast_hypercall_output_available(self, value: bool) -> Self
pub const fn with_fast_hypercall_output_available(self, value: bool) -> Self
Bits: 111..112
Sourcepub const fn set_fast_hypercall_output_available(&mut self, value: bool)
pub const fn set_fast_hypercall_output_available(&mut self, value: bool)
Bits: 111..112
Sourcepub const fn set_fast_hypercall_output_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_fast_hypercall_output_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 111..112
Sourcepub const fn svm_features_available(&self) -> bool
pub const fn svm_features_available(&self) -> bool
Bits: 112..113
Sourcepub const fn with_svm_features_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_svm_features_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 112..113
Sourcepub const fn with_svm_features_available(self, value: bool) -> Self
pub const fn with_svm_features_available(self, value: bool) -> Self
Bits: 112..113
Sourcepub const fn set_svm_features_available(&mut self, value: bool)
pub const fn set_svm_features_available(&mut self, value: bool)
Bits: 112..113
Sourcepub const fn set_svm_features_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_svm_features_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 112..113
Sourcepub const fn sint_polling_mode_available(&self) -> bool
pub const fn sint_polling_mode_available(&self) -> bool
Bits: 113..114
Sourcepub const fn with_sint_polling_mode_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_sint_polling_mode_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 113..114
Sourcepub const fn with_sint_polling_mode_available(self, value: bool) -> Self
pub const fn with_sint_polling_mode_available(self, value: bool) -> Self
Bits: 113..114
Sourcepub const fn set_sint_polling_mode_available(&mut self, value: bool)
pub const fn set_sint_polling_mode_available(&mut self, value: bool)
Bits: 113..114
Sourcepub const fn set_sint_polling_mode_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_sint_polling_mode_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 113..114
Sourcepub const fn hypercall_msr_lock_available(&self) -> bool
pub const fn hypercall_msr_lock_available(&self) -> bool
Bits: 114..115
Sourcepub const fn with_hypercall_msr_lock_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_hypercall_msr_lock_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 114..115
Sourcepub const fn with_hypercall_msr_lock_available(self, value: bool) -> Self
pub const fn with_hypercall_msr_lock_available(self, value: bool) -> Self
Bits: 114..115
Sourcepub const fn set_hypercall_msr_lock_available(&mut self, value: bool)
pub const fn set_hypercall_msr_lock_available(&mut self, value: bool)
Bits: 114..115
Sourcepub const fn set_hypercall_msr_lock_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_hypercall_msr_lock_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 114..115
Sourcepub const fn direct_synthetic_timers(&self) -> bool
pub const fn direct_synthetic_timers(&self) -> bool
Bits: 115..116
Sourcepub const fn with_direct_synthetic_timers_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_direct_synthetic_timers_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 115..116
Sourcepub const fn with_direct_synthetic_timers(self, value: bool) -> Self
pub const fn with_direct_synthetic_timers(self, value: bool) -> Self
Bits: 115..116
Sourcepub const fn set_direct_synthetic_timers(&mut self, value: bool)
pub const fn set_direct_synthetic_timers(&mut self, value: bool)
Bits: 115..116
Sourcepub const fn set_direct_synthetic_timers_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_direct_synthetic_timers_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 115..116
Sourcepub const fn register_pat_available(&self) -> bool
pub const fn register_pat_available(&self) -> bool
Bits: 116..117
Sourcepub const fn with_register_pat_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_register_pat_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 116..117
Sourcepub const fn with_register_pat_available(self, value: bool) -> Self
pub const fn with_register_pat_available(self, value: bool) -> Self
Bits: 116..117
Sourcepub const fn set_register_pat_available(&mut self, value: bool)
pub const fn set_register_pat_available(&mut self, value: bool)
Bits: 116..117
Sourcepub const fn set_register_pat_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_register_pat_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 116..117
Sourcepub const fn register_bndcfgs_available(&self) -> bool
pub const fn register_bndcfgs_available(&self) -> bool
Bits: 117..118
Sourcepub const fn with_register_bndcfgs_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_register_bndcfgs_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 117..118
Sourcepub const fn with_register_bndcfgs_available(self, value: bool) -> Self
pub const fn with_register_bndcfgs_available(self, value: bool) -> Self
Bits: 117..118
Sourcepub const fn set_register_bndcfgs_available(&mut self, value: bool)
pub const fn set_register_bndcfgs_available(&mut self, value: bool)
Bits: 117..118
Sourcepub const fn set_register_bndcfgs_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_register_bndcfgs_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 117..118
Sourcepub const fn watchdog_timer_available(&self) -> bool
pub const fn watchdog_timer_available(&self) -> bool
Bits: 118..119
Sourcepub const fn with_watchdog_timer_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_watchdog_timer_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 118..119
Sourcepub const fn with_watchdog_timer_available(self, value: bool) -> Self
pub const fn with_watchdog_timer_available(self, value: bool) -> Self
Bits: 118..119
Sourcepub const fn set_watchdog_timer_available(&mut self, value: bool)
pub const fn set_watchdog_timer_available(&mut self, value: bool)
Bits: 118..119
Sourcepub const fn set_watchdog_timer_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_watchdog_timer_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 118..119
Sourcepub const fn synthetic_time_unhalted_timer_available(&self) -> bool
pub const fn synthetic_time_unhalted_timer_available(&self) -> bool
Bits: 119..120
Sourcepub const fn with_synthetic_time_unhalted_timer_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_synthetic_time_unhalted_timer_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 119..120
Sourcepub const fn with_synthetic_time_unhalted_timer_available(
self,
value: bool,
) -> Self
pub const fn with_synthetic_time_unhalted_timer_available( self, value: bool, ) -> Self
Bits: 119..120
Sourcepub const fn set_synthetic_time_unhalted_timer_available(&mut self, value: bool)
pub const fn set_synthetic_time_unhalted_timer_available(&mut self, value: bool)
Bits: 119..120
Sourcepub const fn set_synthetic_time_unhalted_timer_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_synthetic_time_unhalted_timer_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 119..120
Sourcepub const fn device_domains_available(&self) -> bool
pub const fn device_domains_available(&self) -> bool
Bits: 120..121
Sourcepub const fn with_device_domains_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_device_domains_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 120..121
Sourcepub const fn with_device_domains_available(self, value: bool) -> Self
pub const fn with_device_domains_available(self, value: bool) -> Self
Bits: 120..121
Sourcepub const fn set_device_domains_available(&mut self, value: bool)
pub const fn set_device_domains_available(&mut self, value: bool)
Bits: 120..121
Sourcepub const fn set_device_domains_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_device_domains_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 120..121
Sourcepub const fn s1_device_domains_available(&self) -> bool
pub const fn s1_device_domains_available(&self) -> bool
Bits: 121..122
Sourcepub const fn with_s1_device_domains_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_s1_device_domains_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 121..122
Sourcepub const fn with_s1_device_domains_available(self, value: bool) -> Self
pub const fn with_s1_device_domains_available(self, value: bool) -> Self
Bits: 121..122
Sourcepub const fn set_s1_device_domains_available(&mut self, value: bool)
pub const fn set_s1_device_domains_available(&mut self, value: bool)
Bits: 121..122
Sourcepub const fn set_s1_device_domains_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_s1_device_domains_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 121..122
Sourcepub const fn lbr_available(&self) -> bool
pub const fn lbr_available(&self) -> bool
Bits: 122..123
Sourcepub const fn with_lbr_available_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_lbr_available_checked(self, value: bool) -> Result<Self, ()>
Bits: 122..123
Sourcepub const fn with_lbr_available(self, value: bool) -> Self
pub const fn with_lbr_available(self, value: bool) -> Self
Bits: 122..123
Sourcepub const fn set_lbr_available(&mut self, value: bool)
pub const fn set_lbr_available(&mut self, value: bool)
Bits: 122..123
Sourcepub const fn set_lbr_available_checked(&mut self, value: bool) -> Result<(), ()>
pub const fn set_lbr_available_checked(&mut self, value: bool) -> Result<(), ()>
Bits: 122..123
Sourcepub const fn ipt_available(&self) -> bool
pub const fn ipt_available(&self) -> bool
Bits: 123..124
Sourcepub const fn with_ipt_available_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_ipt_available_checked(self, value: bool) -> Result<Self, ()>
Bits: 123..124
Sourcepub const fn with_ipt_available(self, value: bool) -> Self
pub const fn with_ipt_available(self, value: bool) -> Self
Bits: 123..124
Sourcepub const fn set_ipt_available(&mut self, value: bool)
pub const fn set_ipt_available(&mut self, value: bool)
Bits: 123..124
Sourcepub const fn set_ipt_available_checked(&mut self, value: bool) -> Result<(), ()>
pub const fn set_ipt_available_checked(&mut self, value: bool) -> Result<(), ()>
Bits: 123..124
Sourcepub const fn cross_vtl_flush_available(&self) -> bool
pub const fn cross_vtl_flush_available(&self) -> bool
Bits: 124..125
Sourcepub const fn with_cross_vtl_flush_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_cross_vtl_flush_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 124..125
Sourcepub const fn with_cross_vtl_flush_available(self, value: bool) -> Self
pub const fn with_cross_vtl_flush_available(self, value: bool) -> Self
Bits: 124..125
Sourcepub const fn set_cross_vtl_flush_available(&mut self, value: bool)
pub const fn set_cross_vtl_flush_available(&mut self, value: bool)
Bits: 124..125
Sourcepub const fn set_cross_vtl_flush_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_cross_vtl_flush_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 124..125
Sourcepub const fn idle_spec_ctrl_available(&self) -> bool
pub const fn idle_spec_ctrl_available(&self) -> bool
Bits: 125..126
Sourcepub const fn with_idle_spec_ctrl_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_idle_spec_ctrl_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 125..126
Sourcepub const fn with_idle_spec_ctrl_available(self, value: bool) -> Self
pub const fn with_idle_spec_ctrl_available(self, value: bool) -> Self
Bits: 125..126
Sourcepub const fn set_idle_spec_ctrl_available(&mut self, value: bool)
pub const fn set_idle_spec_ctrl_available(&mut self, value: bool)
Bits: 125..126
Sourcepub const fn set_idle_spec_ctrl_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_idle_spec_ctrl_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 125..126
Sourcepub const fn translate_gva_flags_available(&self) -> bool
pub const fn translate_gva_flags_available(&self) -> bool
Bits: 126..127
Sourcepub const fn with_translate_gva_flags_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_translate_gva_flags_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 126..127
Sourcepub const fn with_translate_gva_flags_available(self, value: bool) -> Self
pub const fn with_translate_gva_flags_available(self, value: bool) -> Self
Bits: 126..127
Sourcepub const fn set_translate_gva_flags_available(&mut self, value: bool)
pub const fn set_translate_gva_flags_available(&mut self, value: bool)
Bits: 126..127
Sourcepub const fn set_translate_gva_flags_available_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_translate_gva_flags_available_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 126..127
Sourcepub const fn apic_eoi_intercept_available(&self) -> bool
pub const fn apic_eoi_intercept_available(&self) -> bool
Bits: 127..128
Sourcepub const fn with_apic_eoi_intercept_available_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_apic_eoi_intercept_available_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 127..128
Sourcepub const fn with_apic_eoi_intercept_available(self, value: bool) -> Self
pub const fn with_apic_eoi_intercept_available(self, value: bool) -> Self
Bits: 127..128
Sourcepub const fn set_apic_eoi_intercept_available(&mut self, value: bool)
pub const fn set_apic_eoi_intercept_available(&mut self, value: bool)
Bits: 127..128
Source§impl HvFeatures
impl HvFeatures
pub fn from_cpuid(cpuid: [u32; 4]) -> Self
pub fn into_cpuid(self) -> [u32; 4]
Trait Implementations§
Source§impl Clone for HvFeatures
impl Clone for HvFeatures
Source§fn clone(&self) -> HvFeatures
fn clone(&self) -> HvFeatures
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for HvFeatures
impl Debug for HvFeatures
Source§impl Default for HvFeatures
impl Default for HvFeatures
Source§impl From<HvFeatures> for u128
impl From<HvFeatures> for u128
Source§fn from(v: HvFeatures) -> u128
fn from(v: HvFeatures) -> u128
Source§impl From<u128> for HvFeatures
impl From<u128> for HvFeatures
Source§impl FromBytes for HvFeatureswhere
u128: FromBytes,
impl FromBytes for HvFeatureswhere
u128: FromBytes,
§fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
§fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
§fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
&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,
fn mut_from_bytes(
source: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
§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,
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,
§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,
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,
Source§impl FromZeros for HvFeatureswhere
u128: FromZeros,
impl FromZeros for HvFeatureswhere
u128: FromZeros,
§fn new_zeroed() -> Selfwhere
Self: Sized,
fn new_zeroed() -> Selfwhere
Self: Sized,
Self
from zeroed bytes. Read more§fn new_box_zeroed() -> Result<Box<Self>, AllocError>where
Self: Sized,
fn new_box_zeroed() -> Result<Box<Self>, AllocError>where
Self: Sized,
Box<Self>
from zeroed bytes. Read more§fn new_vec_zeroed(len: usize) -> Result<Vec<Self>, AllocError>where
Self: Sized,
fn new_vec_zeroed(len: usize) -> Result<Vec<Self>, AllocError>where
Self: Sized,
Vec<Self>
from zeroed bytes. Read moreSource§impl IntoBytes for HvFeatureswhere
u128: IntoBytes,
impl IntoBytes for HvFeatureswhere
u128: IntoBytes,
§fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl KnownLayout for HvFeatureswhere
Self: Sized,
impl KnownLayout for HvFeatureswhere
Self: Sized,
Source§type PointerMetadata = ()
type PointerMetadata = ()
Self
. Read more