Struct smbioslib::VariableDataFormatTypeData
source · [−]pub struct VariableDataFormatTypeData {
pub raw: u8,
pub value: VariableDataFormatType,
}
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: VariableDataFormatType
The contained VariableDataFormatType value
Trait Implementations
sourceimpl Debug for VariableDataFormatTypeData
impl Debug for VariableDataFormatTypeData
sourceimpl Deref for VariableDataFormatTypeData
impl Deref for VariableDataFormatTypeData
type Target = VariableDataFormatType
type Target = VariableDataFormatType
The resulting type after dereferencing.
sourceimpl Display for VariableDataFormatTypeData
impl Display for VariableDataFormatTypeData
sourceimpl From<u8> for VariableDataFormatTypeData
impl From<u8> for VariableDataFormatTypeData
Auto Trait Implementations
impl RefUnwindSafe for VariableDataFormatTypeData
impl Send for VariableDataFormatTypeData
impl Sync for VariableDataFormatTypeData
impl Unpin for VariableDataFormatTypeData
impl UnwindSafe for VariableDataFormatTypeData
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