pub struct StructuredExtendedInformation { /* private fields */ }
Implementations§
Source§impl StructuredExtendedInformation
impl StructuredExtendedInformation
pub fn fsgsbase(self) -> bool
pub fn ia32_tsc_adjust_msr(self) -> bool
pub fn bmi1(self) -> bool
pub fn hle(self) -> bool
pub fn avx2(self) -> bool
pub fn smep(self) -> bool
pub fn bmi2(self) -> bool
pub fn enhanced_rep_movsb_stosb(self) -> bool
pub fn invpcid(self) -> bool
pub fn rtm(self) -> bool
pub fn pqm(self) -> bool
pub fn deprecates_fpu_cs_ds(self) -> bool
pub fn pqe(self) -> bool
pub fn avx512f(self) -> bool
pub fn avx512dq(self) -> bool
pub fn rdseed(self) -> bool
pub fn adx(self) -> bool
pub fn smap(self) -> bool
pub fn avx512_ifma(self) -> bool
pub fn clflushopt(self) -> bool
pub fn clwb(self) -> bool
pub fn intel_processor_trace(self) -> bool
pub fn avx512pf(self) -> bool
pub fn avx512er(self) -> bool
pub fn avx512cd(self) -> bool
pub fn sha(self) -> bool
pub fn avx512bw(self) -> bool
pub fn avx512vl(self) -> bool
pub fn prefetchwt1(self) -> bool
pub fn avx512_vbmi(self) -> bool
pub fn umip(self) -> bool
pub fn pku(self) -> bool
pub fn ospke(self) -> bool
pub fn avx512_vbmi2(self) -> bool
pub fn gfni(self) -> bool
pub fn vaes(self) -> bool
pub fn vpclmulqdq(self) -> bool
pub fn avx512_vnni(self) -> bool
pub fn avx512_bitalg(self) -> bool
pub fn avx512_vpopcntdq(self) -> bool
pub fn sgx(self) -> bool
pub fn avx512_4vnniw(self) -> bool
pub fn avx512_4fmaps(self) -> bool
Trait Implementations§
Source§impl Clone for StructuredExtendedInformation
impl Clone for StructuredExtendedInformation
Source§fn clone(&self) -> StructuredExtendedInformation
fn clone(&self) -> StructuredExtendedInformation
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 moreimpl Copy for StructuredExtendedInformation
Auto Trait Implementations§
impl Freeze for StructuredExtendedInformation
impl RefUnwindSafe for StructuredExtendedInformation
impl Send for StructuredExtendedInformation
impl Sync for StructuredExtendedInformation
impl Unpin for StructuredExtendedInformation
impl UnwindSafe for StructuredExtendedInformation
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