Enum smbioslib::MemoryErrorType [−][src]
pub enum MemoryErrorType {
Show variants
Other,
Unknown,
OK,
BadRead,
ParityError,
SingleBitError,
DoubleBitError,
MultiBitError,
NibbleError,
ChecksumError,
CrcError,
CorrectedSingleBitError,
CorrectedError,
UncorrectableError,
None,
}Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for MemoryErrorTypeimpl Send for MemoryErrorTypeimpl Sync for MemoryErrorTypeimpl Unpin for MemoryErrorTypeimpl UnwindSafe for MemoryErrorType