Enum smbioslib::MXMSlotType
source · pub enum MXMSlotType {
MxmTypeI,
MxmTypeII,
MxmTypeIIIStandard,
MxmTypeIIIHE,
MxmTypeIV,
Mxm3TypeA,
Mxm3TypeB,
}
Expand description
An MXM SlotType
Variants§
MxmTypeI
MXM Type I
MxmTypeII
MXM Type II
MxmTypeIIIStandard
MXM Type III (standard connector)
MxmTypeIIIHE
MXM Type III (HE connector)
MxmTypeIV
MXM Type IV
Mxm3TypeA
MXM 3.0 Type A
Mxm3TypeB
MXM 3.0 Type B
Trait Implementations§
source§impl Debug for MXMSlotType
impl Debug for MXMSlotType
source§impl PartialEq<MXMSlotType> for MXMSlotType
impl PartialEq<MXMSlotType> for MXMSlotType
source§fn eq(&self, other: &MXMSlotType) -> bool
fn eq(&self, other: &MXMSlotType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MXMSlotType
impl Serialize for MXMSlotType
impl Eq for MXMSlotType
impl StructuralEq for MXMSlotType
impl StructuralPartialEq for MXMSlotType
Auto Trait Implementations§
impl RefUnwindSafe for MXMSlotType
impl Send for MXMSlotType
impl Sync for MXMSlotType
impl Unpin for MXMSlotType
impl UnwindSafe for MXMSlotType
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