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