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