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