Struct smbioslib::CacheConfiguaration [−][src]
pub struct CacheConfiguaration {
pub raw: u16,
}Expand description
Fields
raw: u16Raw value
Implementations
Cache Level (1 through 8)
Cache Socketed (e.g. Cache on a Stick)
true - socketed false - non-socketed
Cache Location (relative to the CPU module)
Cache Enabled (at boot time)
Cache Operational Mode
Methods from Deref<Target = u16>
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CacheConfiguarationimpl Send for CacheConfiguarationimpl Sync for CacheConfiguarationimpl Unpin for CacheConfiguarationimpl UnwindSafe for CacheConfiguaration