Struct smbioslib::ChassisTypeData [−][src]
pub struct ChassisTypeData {
pub raw: u8,
pub value: ChassisType,
}Fields
raw: u8Raw 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: ChassisTypeThe contained ChassisType value
Trait Implementations
impl Debug for ChassisTypeData[src]
impl Debug for ChassisTypeData[src]impl Deref for ChassisTypeData[src]
impl Deref for ChassisTypeData[src]type Target = ChassisType
type Target = ChassisTypeThe resulting type after dereferencing.
impl Display for ChassisTypeData[src]
impl Display for ChassisTypeData[src]impl Serialize for ChassisTypeData[src]
impl Serialize for ChassisTypeData[src]