Struct windows_sys::Win32::System::SystemInformation::CACHE_DESCRIPTOR
[−]#[repr(C)]pub struct CACHE_DESCRIPTOR {
pub Level: u8,
pub Associativity: u8,
pub LineSize: u16,
pub Size: u32,
pub Type: PROCESSOR_CACHE_TYPE,
}
Expand description
Required features: "Win32_System_SystemInformation"
Fields
Level: u8
Associativity: u8
LineSize: u16
Size: u32
Type: PROCESSOR_CACHE_TYPE
Trait Implementations
impl Clone for CACHE_DESCRIPTOR
impl Clone for CACHE_DESCRIPTOR
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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