pub struct CpuStepping {
pub model: u32,
pub family: u32,
pub extmodel: u32,
}Expand description
CPU stepping information (model, family, ext-model).
Fields§
§model: u32§family: u32§extmodel: u32Trait Implementations§
Source§impl Clone for CpuStepping
impl Clone for CpuStepping
Source§fn clone(&self) -> CpuStepping
fn clone(&self) -> CpuStepping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CpuStepping
impl Debug for CpuStepping
Source§impl Default for CpuStepping
impl Default for CpuStepping
Source§fn default() -> CpuStepping
fn default() -> CpuStepping
Returns the “default value” for a type. Read more
impl Copy for CpuStepping
Auto Trait Implementations§
impl Freeze for CpuStepping
impl RefUnwindSafe for CpuStepping
impl Send for CpuStepping
impl Sync for CpuStepping
impl Unpin for CpuStepping
impl UnsafeUnpin for CpuStepping
impl UnwindSafe for CpuStepping
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more