#[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
sourceimpl Clone for CACHE_DESCRIPTOR
 
impl Clone for CACHE_DESCRIPTOR
sourcefn clone(&self) -> CACHE_DESCRIPTOR
 
fn clone(&self) -> CACHE_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for CACHE_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for CACHE_DESCRIPTOR
impl Send for CACHE_DESCRIPTOR
impl Sync for CACHE_DESCRIPTOR
impl Unpin for CACHE_DESCRIPTOR
impl UnwindSafe for CACHE_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more