Enum smbioslib::MemoryErrorOperation [−][src]
pub enum MemoryErrorOperation {
Other,
Unknown,
Read,
Write,
PartialWrite,
None,
}Expand description
Variants
Other
Unknown
Read
Write
Partial write
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryErrorOperationimpl Send for MemoryErrorOperationimpl Sync for MemoryErrorOperationimpl Unpin for MemoryErrorOperationimpl UnwindSafe for MemoryErrorOperation