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