Enum smbioslib::MemoryErrorGranularity [−][src]
pub enum MemoryErrorGranularity {
Other,
Unknown,
DeviceLevel,
MemoryPartitionLevel,
None,
}Expand description
Variants
Other
Unknown
Device level
Memory partition level
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryErrorGranularityimpl Send for MemoryErrorGranularityimpl Sync for MemoryErrorGranularityimpl Unpin for MemoryErrorGranularityimpl UnwindSafe for MemoryErrorGranularity