Enum smbioslib::MemoryArrayErrorCorrection [−][src]
pub enum MemoryArrayErrorCorrection { Other, Unknown, NoCorrection, Parity, SingleBitEcc, MultiBitEcc, Crc, None, }
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for MemoryArrayErrorCorrection
impl Send for MemoryArrayErrorCorrection
impl Sync for MemoryArrayErrorCorrection
impl Unpin for MemoryArrayErrorCorrection
impl UnwindSafe for MemoryArrayErrorCorrection