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