Enum smbioslib::M2SlotType
source · 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<M2SlotType> for M2SlotType
impl PartialEq<M2SlotType> for M2SlotType
source§fn eq(&self, other: &M2SlotType) -> bool
fn eq(&self, other: &M2SlotType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for M2SlotType
impl Serialize for M2SlotType
impl Eq for M2SlotType
impl StructuralEq for M2SlotType
impl StructuralPartialEq for M2SlotType
Auto Trait Implementations§
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