Enum smbioslib::MemoryChannelType [−][src]
pub enum MemoryChannelType {
Other,
Unknown,
RamBus,
SyncLink,
None,
}Expand description
Variants
Other,
Unknown,
RamBus,
SyncLink,
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryChannelTypeimpl Send for MemoryChannelTypeimpl Sync for MemoryChannelTypeimpl Unpin for MemoryChannelTypeimpl UnwindSafe for MemoryChannelType