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 | |
Associativity | |
LineSize | |
Size | |
Type |
Trait Implementations
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