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
sourceimpl Debug for MemoryChannelType
impl Debug for MemoryChannelType
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more