Struct smbioslib::MemoryTypes [−][src]
pub struct MemoryTypes {
pub raw: u16,
}Expand description
Fields
raw: u16Raw value
Implementations
Bit 3 Fast Page Mode
Methods from Deref<Target = u16>
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MemoryTypesimpl Send for MemoryTypesimpl Sync for MemoryTypesimpl Unpin for MemoryTypesimpl UnwindSafe for MemoryTypes