Struct smbioslib::MemoryTypeDetails [−][src]
pub struct MemoryTypeDetails {
pub raw: u16,
}Expand description
Fields
raw: u16Raw value
Implementations
Bit 3 Fast-paged
Bit 4 Static column
Bit 5 Pseudo-static
Bit 7 Synchronous
Bit 10 Window DRAM
Bit 11 Cache DRAM
Bit 12 Non-volatile
Bit 13 Registered (Buffered)
Bit 14 Unbuffered (Unregistered)
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 MemoryTypeDetailsimpl Send for MemoryTypeDetailsimpl Sync for MemoryTypeDetailsimpl Unpin for MemoryTypeDetailsimpl UnwindSafe for MemoryTypeDetails