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