Struct smbioslib::BoardTypeData
source · [−]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: BoardType
The contained BoardType value
Trait Implementations
sourceimpl Debug for BoardTypeData
impl Debug for BoardTypeData
sourceimpl Deref for BoardTypeData
impl Deref for BoardTypeData
sourceimpl Display for BoardTypeData
impl Display for BoardTypeData
sourceimpl From<u8> for BoardTypeData
impl From<u8> for BoardTypeData
sourceimpl Serialize for BoardTypeData
impl Serialize for BoardTypeData
Auto Trait Implementations
impl RefUnwindSafe for BoardTypeData
impl Send for BoardTypeData
impl Sync for BoardTypeData
impl Unpin for BoardTypeData
impl UnwindSafe for BoardTypeData
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