Struct raw_cpuid::SoCVendorInfo
source · [−]pub struct SoCVendorInfo { /* private fields */ }
Expand description
Implementations
sourceimpl SoCVendorInfo
impl SoCVendorInfo
pub fn get_soc_vendor_id(&self) -> u16
pub fn get_project_id(&self) -> u32
pub fn get_stepping_id(&self) -> u32
pub fn get_vendor_brand(&self) -> Option<SoCVendorBrand>
pub fn get_vendor_attributes(&self) -> Option<SoCVendorAttributesIter>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SoCVendorInfo
impl Send for SoCVendorInfo
impl Sync for SoCVendorInfo
impl Unpin for SoCVendorInfo
impl UnwindSafe for SoCVendorInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more