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 for MXMSlotType
impl PartialEq for MXMSlotType
Source§impl Serialize for MXMSlotType
impl Serialize for MXMSlotType
impl Eq for MXMSlotType
impl StructuralPartialEq for MXMSlotType
Auto Trait Implementations§
impl Freeze for MXMSlotType
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