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§
source§impl Debug for ErrorCorrectionType
impl Debug for ErrorCorrectionType
source§impl PartialEq<ErrorCorrectionType> for ErrorCorrectionType
impl PartialEq<ErrorCorrectionType> for ErrorCorrectionType
source§fn eq(&self, other: &ErrorCorrectionType) -> bool
fn eq(&self, other: &ErrorCorrectionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more