Enum smbioslib::MemoryErrorGranularity
source · [−]pub enum MemoryErrorGranularity {
Other,
Unknown,
DeviceLevel,
MemoryPartitionLevel,
None,
}
Expand description
Variants
Other
Other
Unknown
Unknown
DeviceLevel
Device level
MemoryPartitionLevel
Memory partition level
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for MemoryErrorGranularity
impl Debug for MemoryErrorGranularity
sourceimpl Serialize for MemoryErrorGranularity
impl Serialize for MemoryErrorGranularity
impl Eq for MemoryErrorGranularity
impl StructuralEq for MemoryErrorGranularity
impl StructuralPartialEq for MemoryErrorGranularity
Auto Trait Implementations
impl RefUnwindSafe for MemoryErrorGranularity
impl Send for MemoryErrorGranularity
impl Sync for MemoryErrorGranularity
impl Unpin for MemoryErrorGranularity
impl UnwindSafe for MemoryErrorGranularity
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