Enum smbioslib::MemoryChannelType
source · pub enum MemoryChannelType {
Other,
Unknown,
RamBus,
SyncLink,
None,
}
Expand description
Variants§
Other
Other,
Unknown
Unknown,
RamBus
RamBus,
SyncLink
SyncLink,
None
A value unknown to this standard, check the raw value
Trait Implementations§
source§impl Debug for MemoryChannelType
impl Debug for MemoryChannelType
source§impl PartialEq<MemoryChannelType> for MemoryChannelType
impl PartialEq<MemoryChannelType> for MemoryChannelType
source§fn eq(&self, other: &MemoryChannelType) -> bool
fn eq(&self, other: &MemoryChannelType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MemoryChannelType
impl Serialize for MemoryChannelType
impl Eq for MemoryChannelType
impl StructuralEq for MemoryChannelType
impl StructuralPartialEq for MemoryChannelType
Auto Trait Implementations§
impl RefUnwindSafe for MemoryChannelType
impl Send for MemoryChannelType
impl Sync for MemoryChannelType
impl Unpin for MemoryChannelType
impl UnwindSafe for MemoryChannelType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more