Struct smbioslib::ErrorCorrectingCapabilities
source · [−]pub struct ErrorCorrectingCapabilities {
pub raw: u8,
}
Expand description
Fields
raw: u8
Raw value
Implementations
sourceimpl ErrorCorrectingCapabilities
impl ErrorCorrectingCapabilities
sourcepub fn no_capabilities(&self) -> bool
pub fn no_capabilities(&self) -> bool
None
sourcepub fn single_bit_error_correcting(&self) -> bool
pub fn single_bit_error_correcting(&self) -> bool
Single-Bit Error Correcting
sourcepub fn double_bit_error_correcting(&self) -> bool
pub fn double_bit_error_correcting(&self) -> bool
Double-Bit Error Correcting
sourcepub fn error_scrubbing(&self) -> bool
pub fn error_scrubbing(&self) -> bool
Error Scrubbing
Trait Implementations
sourceimpl Debug for ErrorCorrectingCapabilities
impl Debug for ErrorCorrectingCapabilities
sourceimpl Deref for ErrorCorrectingCapabilities
impl Deref for ErrorCorrectingCapabilities
sourceimpl From<u8> for ErrorCorrectingCapabilities
impl From<u8> for ErrorCorrectingCapabilities
sourceimpl PartialEq<ErrorCorrectingCapabilities> for ErrorCorrectingCapabilities
impl PartialEq<ErrorCorrectingCapabilities> for ErrorCorrectingCapabilities
sourcefn eq(&self, other: &ErrorCorrectingCapabilities) -> bool
fn eq(&self, other: &ErrorCorrectingCapabilities) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ErrorCorrectingCapabilities) -> bool
fn ne(&self, other: &ErrorCorrectingCapabilities) -> bool
This method tests for !=
.
impl Eq for ErrorCorrectingCapabilities
impl StructuralEq for ErrorCorrectingCapabilities
impl StructuralPartialEq for ErrorCorrectingCapabilities
Auto Trait Implementations
impl RefUnwindSafe for ErrorCorrectingCapabilities
impl Send for ErrorCorrectingCapabilities
impl Sync for ErrorCorrectingCapabilities
impl Unpin for ErrorCorrectingCapabilities
impl UnwindSafe for ErrorCorrectingCapabilities
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