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
sourceimpl Debug for MXMSlotType
impl Debug for MXMSlotType
sourceimpl PartialEq<MXMSlotType> for MXMSlotType
impl PartialEq<MXMSlotType> for MXMSlotType
sourceimpl 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
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