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