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