Struct smbioslib::MemoryTypes [−][src]
pub struct MemoryTypes { pub raw: u16, }
Expand description
Fields
raw: u16
Raw 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 MemoryTypes
impl Send for MemoryTypes
impl Sync for MemoryTypes
impl Unpin for MemoryTypes
impl UnwindSafe for MemoryTypes