pub enum MemoryErrorGranularity {
Other,
Unknown,
DeviceLevel,
MemoryPartitionLevel,
None,
}Expand description
§Memory Error - Error Granularity
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§
Source§impl Debug for MemoryErrorGranularity
impl Debug for MemoryErrorGranularity
impl Eq for MemoryErrorGranularity
Source§impl PartialEq for MemoryErrorGranularity
impl PartialEq for MemoryErrorGranularity
Source§fn eq(&self, other: &MemoryErrorGranularity) -> bool
fn eq(&self, other: &MemoryErrorGranularity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MemoryErrorGranularity
impl Serialize for MemoryErrorGranularity
impl StructuralPartialEq for MemoryErrorGranularity
Auto Trait Implementations§
impl Freeze for MemoryErrorGranularity
impl RefUnwindSafe for MemoryErrorGranularity
impl Send for MemoryErrorGranularity
impl Sync for MemoryErrorGranularity
impl Unpin for MemoryErrorGranularity
impl UnsafeUnpin for MemoryErrorGranularity
impl UnwindSafe for MemoryErrorGranularity
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more