Struct raw_cpuid::VendorInfo[][src]

pub struct VendorInfo { /* fields omitted */ }

Methods

impl VendorInfo
[src]

Return vendor identification as human readable string.

Trait Implementations

impl Debug for VendorInfo
[src]

Formats the value using the given formatter. Read more

impl Default for VendorInfo
[src]

Returns the "default value" for a type. Read more

impl Display for VendorInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VendorInfo

impl Sync for VendorInfo