Enum smbioslib::MemorySpeed [−][src]
pub enum MemorySpeed {
Unknown,
SeeExtendedSpeed,
MTs(u16),
}Expand description
Variants
Memory Speed is Unknown
The speed is 65,535 MT/s or greater, and the actual speed is stored in the ‘extended_speed’ field
MTs(u16)The maximum capable speed of the device, in megatransfers per second (MT/s)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemorySpeedimpl Send for MemorySpeedimpl Sync for MemorySpeedimpl Unpin for MemorySpeedimpl UnwindSafe for MemorySpeed