Enum smbioslib::MemoryArrayUse [−][src]
pub enum MemoryArrayUse { Other, Unknown, SystemMemory, VideoMemory, FlashMemory, NonVolatileRam, CacheMemory, None, }
Expand description
Variants
Other
Unknown
System memory
Video memory
Flash memory
Non-volatile RAM
Cache memory
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryArrayUse
impl Send for MemoryArrayUse
impl Sync for MemoryArrayUse
impl Unpin for MemoryArrayUse
impl UnwindSafe for MemoryArrayUse