Enum smbioslib::MemoryErrorType [−][src]
pub enum MemoryErrorType {
Show variants
Other,
Unknown,
OK,
BadRead,
ParityError,
SingleBitError,
DoubleBitError,
MultiBitError,
NibbleError,
ChecksumError,
CrcError,
CorrectedSingleBitError,
CorrectedError,
UncorrectableError,
None,
}Variants
Other
Unknown
OK
Bad read
Parity error
Single-bit error
Double-bit error
Multi-bit error
Nibble error
Checksum error
CRC error
Corrected single-bit error
Corrected error
Uncorrectable error
A value unknown to this standard, check the raw value
Trait Implementations
impl Debug for MemoryErrorType[src]
impl Debug for MemoryErrorType[src]impl PartialEq<MemoryErrorType> for MemoryErrorType[src]
impl PartialEq<MemoryErrorType> for MemoryErrorType[src]impl Serialize for MemoryErrorType[src]
impl Serialize for MemoryErrorType[src]