Struct smbioslib::MemoryErrorGranularityData [−][src]
pub struct MemoryErrorGranularityData {
pub raw: u8,
pub value: MemoryErrorGranularity,
}Fields
raw: u8Raw 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: MemoryErrorGranularityThe contained MemoryErrorGranularity value
Trait Implementations
impl Debug for MemoryErrorGranularityData[src]
impl Debug for MemoryErrorGranularityData[src]impl Deref for MemoryErrorGranularityData[src]
impl Deref for MemoryErrorGranularityData[src]type Target = MemoryErrorGranularity
type Target = MemoryErrorGranularityThe resulting type after dereferencing.
impl From<u8> for MemoryErrorGranularityData[src]
impl From<u8> for MemoryErrorGranularityData[src]impl Serialize for MemoryErrorGranularityData[src]
impl Serialize for MemoryErrorGranularityData[src]