Struct x86defs::cpuid::ExtendedFeatureSubleaf0Edx
source · pub struct ExtendedFeatureSubleaf0Edx(/* private fields */);
Implementations§
source§impl ExtendedFeatureSubleaf0Edx
impl ExtendedFeatureSubleaf0Edx
sourcepub const fn fast_short_rep_move(&self) -> bool
pub const fn fast_short_rep_move(&self) -> bool
Bits: 4..5
sourcepub const fn with_fast_short_rep_move(self, value: bool) -> Self
pub const fn with_fast_short_rep_move(self, value: bool) -> Self
Bits: 4..5
sourcepub fn set_fast_short_rep_move(&mut self, value: bool)
pub fn set_fast_short_rep_move(&mut self, value: bool)
Bits: 4..5
sourcepub const fn avx512_vp2_intersect(&self) -> bool
pub const fn avx512_vp2_intersect(&self) -> bool
Bits: 8..9
sourcepub const fn with_avx512_vp2_intersect(self, value: bool) -> Self
pub const fn with_avx512_vp2_intersect(self, value: bool) -> Self
Bits: 8..9
sourcepub fn set_avx512_vp2_intersect(&mut self, value: bool)
pub fn set_avx512_vp2_intersect(&mut self, value: bool)
Bits: 8..9
sourcepub const fn with_mb_clear(self, value: bool) -> Self
pub const fn with_mb_clear(self, value: bool) -> Self
Bits: 10..11
sourcepub fn set_mb_clear(&mut self, value: bool)
pub fn set_mb_clear(&mut self, value: bool)
Bits: 10..11
sourcepub const fn with_serialize(self, value: bool) -> Self
pub const fn with_serialize(self, value: bool) -> Self
Bits: 14..15
sourcepub fn set_serialize(&mut self, value: bool)
pub fn set_serialize(&mut self, value: bool)
Bits: 14..15
sourcepub const fn with_hetero(self, value: bool) -> Self
pub const fn with_hetero(self, value: bool) -> Self
Bits: 15..16
sourcepub fn set_hetero(&mut self, value: bool)
pub fn set_hetero(&mut self, value: bool)
Bits: 15..16
sourcepub const fn tsx_ld_trk(&self) -> bool
pub const fn tsx_ld_trk(&self) -> bool
Bits: 16..17
sourcepub const fn with_tsx_ld_trk(self, value: bool) -> Self
pub const fn with_tsx_ld_trk(self, value: bool) -> Self
Bits: 16..17
sourcepub fn set_tsx_ld_trk(&mut self, value: bool)
pub fn set_tsx_ld_trk(&mut self, value: bool)
Bits: 16..17
sourcepub const fn with_pconfig(self, value: bool) -> Self
pub const fn with_pconfig(self, value: bool) -> Self
Bits: 18..19
sourcepub fn set_pconfig(&mut self, value: bool)
pub fn set_pconfig(&mut self, value: bool)
Bits: 18..19
sourcepub const fn with_arch_lbr(self, value: bool) -> Self
pub const fn with_arch_lbr(self, value: bool) -> Self
Bits: 19..20
sourcepub fn set_arch_lbr(&mut self, value: bool)
pub fn set_arch_lbr(&mut self, value: bool)
Bits: 19..20
sourcepub const fn with_cet_ibt(self, value: bool) -> Self
pub const fn with_cet_ibt(self, value: bool) -> Self
Bits: 20..21
sourcepub fn set_cet_ibt(&mut self, value: bool)
pub fn set_cet_ibt(&mut self, value: bool)
Bits: 20..21
sourcepub const fn with_amx_bf16(self, value: bool) -> Self
pub const fn with_amx_bf16(self, value: bool) -> Self
Bits: 22..23
sourcepub fn set_amx_bf16(&mut self, value: bool)
pub fn set_amx_bf16(&mut self, value: bool)
Bits: 22..23
sourcepub const fn avx512_fp16(&self) -> bool
pub const fn avx512_fp16(&self) -> bool
Bits: 23..24
sourcepub const fn with_avx512_fp16(self, value: bool) -> Self
pub const fn with_avx512_fp16(self, value: bool) -> Self
Bits: 23..24
sourcepub fn set_avx512_fp16(&mut self, value: bool)
pub fn set_avx512_fp16(&mut self, value: bool)
Bits: 23..24
sourcepub const fn with_amx_tile(self, value: bool) -> Self
pub const fn with_amx_tile(self, value: bool) -> Self
Bits: 24..25
sourcepub fn set_amx_tile(&mut self, value: bool)
pub fn set_amx_tile(&mut self, value: bool)
Bits: 24..25
sourcepub const fn with_amx_int8(self, value: bool) -> Self
pub const fn with_amx_int8(self, value: bool) -> Self
Bits: 25..26
sourcepub fn set_amx_int8(&mut self, value: bool)
pub fn set_amx_int8(&mut self, value: bool)
Bits: 25..26
sourcepub const fn with_stibp(self, value: bool) -> Self
pub const fn with_stibp(self, value: bool) -> Self
Bits: 27..28
sourcepub const fn l1d_cache_flush(&self) -> bool
pub const fn l1d_cache_flush(&self) -> bool
Bits: 28..29
sourcepub const fn with_l1d_cache_flush(self, value: bool) -> Self
pub const fn with_l1d_cache_flush(self, value: bool) -> Self
Bits: 28..29
sourcepub fn set_l1d_cache_flush(&mut self, value: bool)
pub fn set_l1d_cache_flush(&mut self, value: bool)
Bits: 28..29
sourcepub const fn arch_capabilities(&self) -> bool
pub const fn arch_capabilities(&self) -> bool
Bits: 29..30
sourcepub const fn with_arch_capabilities(self, value: bool) -> Self
pub const fn with_arch_capabilities(self, value: bool) -> Self
Bits: 29..30
sourcepub fn set_arch_capabilities(&mut self, value: bool)
pub fn set_arch_capabilities(&mut self, value: bool)
Bits: 29..30
Trait Implementations§
source§impl Clone for ExtendedFeatureSubleaf0Edx
impl Clone for ExtendedFeatureSubleaf0Edx
source§fn clone(&self) -> ExtendedFeatureSubleaf0Edx
fn clone(&self) -> ExtendedFeatureSubleaf0Edx
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 ExtendedFeatureSubleaf0Edx
impl Debug for ExtendedFeatureSubleaf0Edx
source§impl Default for ExtendedFeatureSubleaf0Edx
impl Default for ExtendedFeatureSubleaf0Edx
source§impl From<ExtendedFeatureSubleaf0Edx> for u32
impl From<ExtendedFeatureSubleaf0Edx> for u32
source§fn from(v: ExtendedFeatureSubleaf0Edx) -> u32
fn from(v: ExtendedFeatureSubleaf0Edx) -> u32
Converts to this type from the input type.
source§impl From<u32> for ExtendedFeatureSubleaf0Edx
impl From<u32> for ExtendedFeatureSubleaf0Edx
impl Copy for ExtendedFeatureSubleaf0Edx
Auto Trait Implementations§
impl Freeze for ExtendedFeatureSubleaf0Edx
impl RefUnwindSafe for ExtendedFeatureSubleaf0Edx
impl Send for ExtendedFeatureSubleaf0Edx
impl Sync for ExtendedFeatureSubleaf0Edx
impl Unpin for ExtendedFeatureSubleaf0Edx
impl UnwindSafe for ExtendedFeatureSubleaf0Edx
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)