Struct smbioslib::MemoryErrorOperationData
source · [−]pub struct MemoryErrorOperationData {
pub raw: u8,
pub value: MemoryErrorOperation,
}
Expand description
Fields
raw: u8
Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
value: MemoryErrorOperation
The contained MemoryErrorOperation value
Trait Implementations
sourceimpl Debug for MemoryErrorOperationData
impl Debug for MemoryErrorOperationData
sourceimpl Deref for MemoryErrorOperationData
impl Deref for MemoryErrorOperationData
type Target = MemoryErrorOperation
type Target = MemoryErrorOperation
The resulting type after dereferencing.
sourceimpl From<u8> for MemoryErrorOperationData
impl From<u8> for MemoryErrorOperationData
sourceimpl Serialize for MemoryErrorOperationData
impl Serialize for MemoryErrorOperationData
Auto Trait Implementations
impl RefUnwindSafe for MemoryErrorOperationData
impl Send for MemoryErrorOperationData
impl Sync for MemoryErrorOperationData
impl Unpin for MemoryErrorOperationData
impl UnwindSafe for MemoryErrorOperationData
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