pub enum MemorySpeedExtended {
MTs(u32),
SeeSpeed,
}Expand description
§Extended Speed of Memory
Variants§
MTs(u32)
Speed of memory in megatransfers per second (MT/s)
SeeSpeed
See the speed field.
For compatibility with older SMBIOS parsers, memory devices slower than 65,535 MT/s should represent their speed using the Speed and Configured Memory Speed fields, leaving the Extended Speed and Extended Configured Memory Speed fields set to 0.
Trait Implementations§
Source§impl Debug for MemorySpeedExtended
impl Debug for MemorySpeedExtended
Source§impl From<u32> for MemorySpeedExtended
Bit 31 is reserved for future use and must be set to 0
Bits 30:0 represent the speed or configured memory speed of the device in MT/s.
impl From<u32> for MemorySpeedExtended
Bit 31 is reserved for future use and must be set to 0 Bits 30:0 represent the speed or configured memory speed of the device in MT/s.