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 MemoryErrorType
impl Send for MemoryErrorType
impl Sync for MemoryErrorType
impl Unpin for MemoryErrorType
impl UnwindSafe for MemoryErrorType