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