pub enum MemoryChannelType {
Other,
Unknown,
RamBus,
SyncLink,
None,
}
Expand description
§Memory Channel — Channel Type
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 for MemoryChannelType
impl PartialEq for MemoryChannelType
Source§impl Serialize for MemoryChannelType
impl Serialize for MemoryChannelType
impl Eq for MemoryChannelType
impl StructuralPartialEq for MemoryChannelType
Auto Trait Implementations§
impl Freeze for MemoryChannelType
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