Enum smbioslib::MemoryArrayErrorCorrection [−][src]
pub enum MemoryArrayErrorCorrection {
Other,
Unknown,
NoCorrection,
Parity,
SingleBitEcc,
MultiBitEcc,
Crc,
None,
}Variants
Other
Unknown
No Error Correction
Parity
Single-bit ECC
Multi-bit ECC
CRC
A value unknown to this standard, check the raw value
Trait Implementations
impl Debug for MemoryArrayErrorCorrection[src]
impl Debug for MemoryArrayErrorCorrection[src]impl Serialize for MemoryArrayErrorCorrection[src]
impl Serialize for MemoryArrayErrorCorrection[src]