Struct raw_cpuid::SoCVendorInfo [−][src]
pub struct SoCVendorInfo { /* fields omitted */ }Methods
impl SoCVendorInfo[src]
impl SoCVendorInfopub fn get_soc_vendor_id(&self) -> u16[src]
pub fn get_soc_vendor_id(&self) -> u16pub fn get_project_id(&self) -> u32[src]
pub fn get_project_id(&self) -> u32pub fn get_stepping_id(&self) -> u32[src]
pub fn get_stepping_id(&self) -> u32pub fn get_vendor_brand(&self) -> SoCVendorBrand[src]
pub fn get_vendor_brand(&self) -> SoCVendorBrandpub fn get_vendor_attributes(&self) -> Option<SoCVendorAttributesIter>[src]
pub fn get_vendor_attributes(&self) -> Option<SoCVendorAttributesIter>Trait Implementations
impl Debug for SoCVendorInfo[src]
impl Debug for SoCVendorInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for SoCVendorInfo[src]
impl Default for SoCVendorInfofn default() -> SoCVendorInfo[src]
fn default() -> SoCVendorInfoReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for SoCVendorInfo
impl Send for SoCVendorInfoimpl Sync for SoCVendorInfo
impl Sync for SoCVendorInfo