pub struct X86_64CpuFeaturesInfo { /* private fields */ }Expand description
x86 specific CPU features, like AVX.
Implementations§
Source§impl X86_64CpuFeaturesInfo
impl X86_64CpuFeaturesInfo
Sourcepub fn avx512ifma(&self) -> bool
pub fn avx512ifma(&self) -> bool
Getter for the x86_64 CPU feature avx512ifma.
Sourcepub fn avx512vbmi(&self) -> bool
pub fn avx512vbmi(&self) -> bool
Getter for the x86_64 CPU feature avx512vbmi.
Trait Implementations§
Source§impl Debug for X86_64CpuFeaturesInfo
impl Debug for X86_64CpuFeaturesInfo
Source§impl Display for X86_64CpuFeaturesInfo
impl Display for X86_64CpuFeaturesInfo
Auto Trait Implementations§
impl Freeze for X86_64CpuFeaturesInfo
impl RefUnwindSafe for X86_64CpuFeaturesInfo
impl Send for X86_64CpuFeaturesInfo
impl Sync for X86_64CpuFeaturesInfo
impl Unpin for X86_64CpuFeaturesInfo
impl UnwindSafe for X86_64CpuFeaturesInfo
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