Struct winapi::um::winnt::CACHE_DESCRIPTOR
source · #[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: BYTE
§Associativity: BYTE
§LineSize: WORD
§Size: DWORD
§Type: PROCESSOR_CACHE_TYPE
Trait Implementations§
source§impl Clone for CACHE_DESCRIPTOR
impl Clone for CACHE_DESCRIPTOR
source§fn clone(&self) -> CACHE_DESCRIPTOR
fn clone(&self) -> CACHE_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CACHE_DESCRIPTOR
impl Default for CACHE_DESCRIPTOR
source§fn default() -> CACHE_DESCRIPTOR
fn default() -> CACHE_DESCRIPTOR
Returns the “default value” for a type. Read more