Enum smbioslib::ErrorDetectingMethod [−][src]
pub enum ErrorDetectingMethod {
Other,
Unknown,
NoErrorDetection,
Parity8Bit,
Ecc32Bit,
Ecc64Bit,
Ecc128Bit,
Crc,
None,
}Expand description
Variants
Other
Unknown
No Error Detection
8-bit Parity
32-bit ECC
64-bit ECC
128-bit ECC
CRC
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorDetectingMethodimpl Send for ErrorDetectingMethodimpl Sync for ErrorDetectingMethodimpl Unpin for ErrorDetectingMethodimpl UnwindSafe for ErrorDetectingMethod