Enum smbioslib::ErrorDetectingMethod [−][src]
pub enum ErrorDetectingMethod {
Other,
Unknown,
NoErrorDetection,
Parity8Bit,
Ecc32Bit,
Ecc64Bit,
Ecc128Bit,
Crc,
None,
}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
impl Debug for ErrorDetectingMethod[src]
impl Debug for ErrorDetectingMethod[src]impl Serialize for ErrorDetectingMethod[src]
impl Serialize for ErrorDetectingMethod[src]