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 MemorySpeed
impl Send for MemorySpeed
impl Sync for MemorySpeed
impl Unpin for MemorySpeed
impl UnwindSafe for MemorySpeed