Struct raw_cpuid::ProcessorSerial [−][src]
pub struct ProcessorSerial { /* fields omitted */ }Methods
impl ProcessorSerial[src]
impl ProcessorSerialpub fn serial_lower(&self) -> u32[src]
pub fn serial_lower(&self) -> u32Bits 00-31 of 96 bit processor serial number. (Available in Pentium III processor only; otherwise, the value in this register is reserved.)
pub fn serial_middle(&self) -> u32[src]
pub fn serial_middle(&self) -> u32Bits 32-63 of 96 bit processor serial number. (Available in Pentium III processor only; otherwise, the value in this register is reserved.)
Trait Implementations
impl Debug for ProcessorSerial[src]
impl Debug for ProcessorSerialfn 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 ProcessorSerial[src]
impl Default for ProcessorSerialfn default() -> ProcessorSerial[src]
fn default() -> ProcessorSerialReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for ProcessorSerial
impl Send for ProcessorSerialimpl Sync for ProcessorSerial
impl Sync for ProcessorSerial