Struct winapi::um::winnt::CACHE_DESCRIPTOR [−][src]
#[repr(C)]pub struct CACHE_DESCRIPTOR {
pub Level: BYTE,
pub Associativity: BYTE,
pub LineSize: WORD,
pub Size: DWORD,
pub Type: PROCESSOR_CACHE_TYPE,
}Fields
Level: BYTEAssociativity: BYTELineSize: WORDSize: DWORDType: PROCESSOR_CACHE_TYPETrait Implementations
Returns the “default value” for a type. Read more