Struct raw_cpuid::ProcessorSerial[][src]

pub struct ProcessorSerial { /* fields omitted */ }

Methods

impl ProcessorSerial
[src]

Bits 00-31 of 96 bit processor serial number. (Available in Pentium III processor only; otherwise, the value in this register is reserved.)

Bits 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]

Formats the value using the given formatter. Read more

impl Default for ProcessorSerial
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations