Struct raw_cpuid::SoCVendorBrand
source · [−]pub struct SoCVendorBrand { /* private fields */ }
Implementations
sourceimpl SoCVendorBrand
impl SoCVendorBrand
Trait Implementations
sourceimpl Debug for SoCVendorBrand
impl Debug for SoCVendorBrand
sourceimpl Default for SoCVendorBrand
impl Default for SoCVendorBrand
sourcefn default() -> SoCVendorBrand
fn default() -> SoCVendorBrand
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SoCVendorBrand
impl Send for SoCVendorBrand
impl Sync for SoCVendorBrand
impl Unpin for SoCVendorBrand
impl UnwindSafe for SoCVendorBrand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more