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