Enum smbioslib::ErrorCorrectionType
source · [−]pub enum ErrorCorrectionType {
Other,
Unknown,
NoCorrection,
Parity,
SingleBitEcc,
MultiBitEcc,
None,
}
Expand description
Variants
Other
Other
Unknown
Unknown
NoCorrection
None (No Correction)
Parity
Parity
SingleBitEcc
Single-bit ECC
MultiBitEcc
Multi-bit ECC
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for ErrorCorrectionType
impl Debug for ErrorCorrectionType
sourceimpl Serialize for ErrorCorrectionType
impl Serialize for ErrorCorrectionType
impl Eq for ErrorCorrectionType
impl StructuralEq for ErrorCorrectionType
impl StructuralPartialEq for ErrorCorrectionType
Auto Trait Implementations
impl RefUnwindSafe for ErrorCorrectionType
impl Send for ErrorCorrectionType
impl Sync for ErrorCorrectionType
impl Unpin for ErrorCorrectionType
impl UnwindSafe for ErrorCorrectionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more