Struct StructuredExtendedInformation

Source
pub struct StructuredExtendedInformation { /* private fields */ }

Implementations§

Source§

impl StructuredExtendedInformation

Source

pub fn fsgsbase(self) -> bool

Source

pub fn ia32_tsc_adjust_msr(self) -> bool

Source

pub fn bmi1(self) -> bool

Source

pub fn hle(self) -> bool

Source

pub fn avx2(self) -> bool

Source

pub fn smep(self) -> bool

Source

pub fn bmi2(self) -> bool

Source

pub fn enhanced_rep_movsb_stosb(self) -> bool

Source

pub fn invpcid(self) -> bool

Source

pub fn rtm(self) -> bool

Source

pub fn pqm(self) -> bool

Source

pub fn deprecates_fpu_cs_ds(self) -> bool

Source

pub fn pqe(self) -> bool

Source

pub fn avx512f(self) -> bool

Source

pub fn avx512dq(self) -> bool

Source

pub fn rdseed(self) -> bool

Source

pub fn adx(self) -> bool

Source

pub fn smap(self) -> bool

Source

pub fn avx512_ifma(self) -> bool

Source

pub fn clflushopt(self) -> bool

Source

pub fn clwb(self) -> bool

Source

pub fn intel_processor_trace(self) -> bool

Source

pub fn avx512pf(self) -> bool

Source

pub fn avx512er(self) -> bool

Source

pub fn avx512cd(self) -> bool

Source

pub fn sha(self) -> bool

Source

pub fn avx512bw(self) -> bool

Source

pub fn avx512vl(self) -> bool

Source

pub fn prefetchwt1(self) -> bool

Source

pub fn avx512_vbmi(self) -> bool

Source

pub fn umip(self) -> bool

Source

pub fn pku(self) -> bool

Source

pub fn ospke(self) -> bool

Source

pub fn avx512_vbmi2(self) -> bool

Source

pub fn gfni(self) -> bool

Source

pub fn vaes(self) -> bool

Source

pub fn vpclmulqdq(self) -> bool

Source

pub fn avx512_vnni(self) -> bool

Source

pub fn avx512_bitalg(self) -> bool

Source

pub fn avx512_vpopcntdq(self) -> bool

Source

pub fn sgx(self) -> bool

Source

pub fn avx512_4vnniw(self) -> bool

Source

pub fn avx512_4fmaps(self) -> bool

Trait Implementations§

Source§

impl Clone for StructuredExtendedInformation

Source§

fn clone(&self) -> StructuredExtendedInformation

Returns a duplicate 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 StructuredExtendedInformation

Source§

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

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

impl Copy for StructuredExtendedInformation

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, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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.