Enum smbioslib::MemoryDeviceTechnology [−][src]
pub enum MemoryDeviceTechnology { Other, Unknown, Dram, NvdimmN, NvdimmF, NvdimmP, IntelOptaneDcPersistentMemory, None, }
Expand description
Variants
Other
Unknown
DRAM
NVDIMM-N
NVDIMM-F
NVDIMM-P
Intel® Optane™ persistent memory
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryDeviceTechnology
impl Send for MemoryDeviceTechnology
impl Sync for MemoryDeviceTechnology
impl Unpin for MemoryDeviceTechnology
impl UnwindSafe for MemoryDeviceTechnology