Struct raw_cpuid::VendorInfo [] [src]

pub struct VendorInfo {
    // some fields omitted
}

Methods

impl VendorInfo
[src]

fn as_string(&self) -> &str

Return vendor identification as human readable string.

Trait Implementations

impl Debug for VendorInfo
[src]

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

Formats the value using the given formatter.

impl Display for VendorInfo
[src]

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

Formats the value using the given formatter.