Enum smbioslib::MemoryDeviceTechnology
source · [−]pub enum MemoryDeviceTechnology {
Other,
Unknown,
Dram,
NvdimmN,
NvdimmF,
NvdimmP,
IntelOptaneDcPersistentMemory,
None,
}
Expand description
Variants
Other
Other
Unknown
Unknown
Dram
DRAM
NvdimmN
NVDIMM-N
NvdimmF
NVDIMM-F
NvdimmP
NVDIMM-P
IntelOptaneDcPersistentMemory
Intel® Optane™ persistent memory
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for MemoryDeviceTechnology
impl Debug for MemoryDeviceTechnology
sourceimpl Serialize for MemoryDeviceTechnology
impl Serialize for MemoryDeviceTechnology
impl Eq for MemoryDeviceTechnology
impl StructuralEq for MemoryDeviceTechnology
impl StructuralPartialEq for MemoryDeviceTechnology
Auto Trait Implementations
impl RefUnwindSafe for MemoryDeviceTechnology
impl Send for MemoryDeviceTechnology
impl Sync for MemoryDeviceTechnology
impl Unpin for MemoryDeviceTechnology
impl UnwindSafe for MemoryDeviceTechnology
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