Struct smbioslib::CacheConfiguaration [−][src]
pub struct CacheConfiguaration { pub raw: u16, }
Expand description
Fields
raw: u16
Raw 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 CacheConfiguaration
impl Send for CacheConfiguaration
impl Sync for CacheConfiguaration
impl Unpin for CacheConfiguaration
impl UnwindSafe for CacheConfiguaration