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 MemoryErrorGranularity
impl Send for MemoryErrorGranularity
impl Sync for MemoryErrorGranularity
impl Unpin for MemoryErrorGranularity
impl UnwindSafe for MemoryErrorGranularity