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