pub enum M2SlotType {
M2Socket1DP,
M2Socket1SD,
M2Socket2,
M2Socket3,
}
Expand description
An M.2 SlotType
Variants§
M2Socket1DP
M.2 Socket 1-DP (Mechanical Key A)
M2Socket1SD
M.2 Socket 1-SD (Mechanical Key E)
M2Socket2
M.2 Socket 2 (Mechanical Key B)
M2Socket3
M.2 Socket 3 (Mechanical Key M)
Trait Implementations§
Source§impl Debug for M2SlotType
impl Debug for M2SlotType
Source§impl PartialEq for M2SlotType
impl PartialEq for M2SlotType
Source§impl Serialize for M2SlotType
impl Serialize for M2SlotType
impl Eq for M2SlotType
impl StructuralPartialEq for M2SlotType
Auto Trait Implementations§
impl Freeze for M2SlotType
impl RefUnwindSafe for M2SlotType
impl Send for M2SlotType
impl Sync for M2SlotType
impl Unpin for M2SlotType
impl UnwindSafe for M2SlotType
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