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