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