Struct smbioslib::MemoryDeviceTypeData [−][src]
pub struct MemoryDeviceTypeData {
pub raw: u8,
pub value: MemoryDeviceType,
}Expand description
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: MemoryDeviceTypeThe contained MemoryDeviceType value
Trait Implementations
type Target = MemoryDeviceType
type Target = MemoryDeviceTypeThe 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 MemoryDeviceTypeDataimpl Send for MemoryDeviceTypeDataimpl Sync for MemoryDeviceTypeDataimpl Unpin for MemoryDeviceTypeDataimpl UnwindSafe for MemoryDeviceTypeData