Struct raw_cpuid::ProcessorSerial [−][src]
pub struct ProcessorSerial { /* fields omitted */ }
Implementations
impl ProcessorSerial
[src]
impl ProcessorSerial
[src]pub fn serial_lower(&self) -> u32
[src]
Bits 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]
Bits 32-63 of 96 bit processor serial number. (Available in Pentium III processor only; otherwise, the value in this register is reserved.)
pub fn serial(&self) -> u64
[src]
Trait Implementations
impl Default for ProcessorSerial
[src]
impl Default for ProcessorSerial
[src]