Struct cupid::StructuredExtendedInformation [] [src]

pub struct StructuredExtendedInformation {
    // some fields omitted
}

Methods

impl StructuredExtendedInformation
[src]

fn fsgsbase(self) -> bool

fn ia32_tsc_adjust_msr(self) -> bool

fn bmi1(self) -> bool

fn hle(self) -> bool

fn avx2(self) -> bool

fn smep(self) -> bool

fn bmi2(self) -> bool

fn enhanced_rep_movsb_stosb(self) -> bool

fn invpcid(self) -> bool

fn rtm(self) -> bool

fn pqm(self) -> bool

fn deprecates_fpu_cs_ds(self) -> bool

fn pqe(self) -> bool

fn rdseed(self) -> bool

fn adx(self) -> bool

fn smap(self) -> bool

fn intel_processor_trace(self) -> bool

fn prefetchwt1(self) -> bool

Trait Implementations

impl Clone for StructuredExtendedInformation
[src]

fn clone(&self) -> StructuredExtendedInformation

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for StructuredExtendedInformation
[src]

impl Debug for StructuredExtendedInformation
[src]

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

Formats the value using the given formatter.