Struct smbioslib::CacheAssociativityData [−][src]
pub struct CacheAssociativityData { pub raw: u8, pub value: CacheAssociativity, }
Fields
raw: u8
Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
value: CacheAssociativity
The contained CacheAssociativity value
Trait Implementations
impl Debug for CacheAssociativityData
[src]
impl Debug for CacheAssociativityData
[src]impl Deref for CacheAssociativityData
[src]
impl Deref for CacheAssociativityData
[src]type Target = CacheAssociativity
type Target = CacheAssociativity
The resulting type after dereferencing.
impl Serialize for CacheAssociativityData
[src]
impl Serialize for CacheAssociativityData
[src]