Struct winapi::winnt::CACHE_DESCRIPTOR [] [src]

pub struct CACHE_DESCRIPTOR {
    pub Level: BYTE,
    pub Associativity: BYTE,
    pub LineSize: WORD,
    pub Size: DWORD,
    pub Type: PROCESSOR_CACHE_TYPE,
}

Fields

Level: BYTE Associativity: BYTE LineSize: WORD Size: DWORD Type: PROCESSOR_CACHE_TYPE

Trait Implementations

impl Debug for CACHE_DESCRIPTOR
[src]

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

Formats the value using the given formatter.

impl Copy for CACHE_DESCRIPTOR
[src]

impl Clone for CACHE_DESCRIPTOR
[src]

fn clone(&self) -> CACHE_DESCRIPTOR

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