Struct winapi::winnt::PROCESSOR_NUMBER [] [src]

pub struct PROCESSOR_NUMBER {
    pub Group: WORD,
    pub Number: BYTE,
    pub Reserved: BYTE,
}

Fields

Group
Number
Reserved

Trait Implementations

impl Copy for PROCESSOR_NUMBER
[src]

impl Clone for PROCESSOR_NUMBER
[src]

fn clone(&self) -> PROCESSOR_NUMBER[]

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0
[]

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for PROCESSOR_NUMBER
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result[]

Formats the value using the given formatter.