Struct smbioslib::MemoryDeviceTypeData [−][src]
pub struct MemoryDeviceTypeData { pub raw: u8, pub value: MemoryDeviceType, }
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: MemoryDeviceType
The contained MemoryDeviceType value
Trait Implementations
type Target = MemoryDeviceType
type Target = MemoryDeviceType
The resulting type after dereferencing.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MemoryDeviceTypeData
impl Send for MemoryDeviceTypeData
impl Sync for MemoryDeviceTypeData
impl Unpin for MemoryDeviceTypeData
impl UnwindSafe for MemoryDeviceTypeData