Enum smbioslib::SystemSlotType [−][src]
pub enum SystemSlotType {}Show variants
Other, Unknown, Isa, Mca, Eisa, Pci, Pcmcia, VlVesa, Proprietary, ProcessorCardSlot, ProprietaryMemoryCardSlot, IORiserCardSlot, NuBus, Pci66MhzCapable, Agp(AgpSlotWidth), Mxm(MXMSlotType), PciX, M2(M2SlotType), OcpNic30SmallFormFactor, OcpNic30LargeFormFactor, OcpNicPriorTo30, CxlFlexbus1, PC98C20, PC98C24, PC98E, PC98LocalBus, PC98Card, PciExpress(PciExpressGeneration, PciExpressSlotWidth), EnterpriseAndDataCenter1UE1, EnterpriseAndDataCenter3InE3, None,
Expand description
Variants
Other
Unknown
ISA
MCA
EISA
PCI
PC Card (PCMCIA)
VL-VESA
Proprietary
Processor Card Slot
Proprietary Memory Card Slot
I/O Riser Card Slot
NuBus
PCI – 66MHz Capable
Agp(AgpSlotWidth)
AGP
Mxm(MXMSlotType)
MXM
PCI-X
M2(M2SlotType)
M.2
OCP NIC 3.0 Small Form Factor (SFF)
OCP NIC 3.0 Large Form Factor (LFF)
OCP NIC Prior to 3.0
CXL Flexbus 1.0 (deprecated, see note below)
PC-98/C20
PC-98/C24
PC-98/E
PC-98/Local Bus
PC-98/Card
PciExpress(PciExpressGeneration, PciExpressSlotWidth)
PCI Express
Enterprise and Datacenter 1U E1 Form Factor Slot (EDSFF E1.S, E1.L) E1 slot length is reported in Slot Length field (see section 7.10.4). E1 slot pitch is reported in Slot Pitch field (see section 7.10.12). See specifications SFF-TA-1006 and SFF-TA-1007 for more details on values for slot length and pitch.
Enterprise and Datacenter 3“ E3 Form Factor Slot (EDSFF E3.S, E3.L) E3 slot length is reported in Slot Length field (see section 7.10.4). E3 slot pitch is reported in Slot Pitch field (see section 7.10.12). See specification SFF-TA-1008 for details on values for slot length and pitch.
A value unknown to this standard, check the raw value
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SystemSlotType
impl Send for SystemSlotType
impl Sync for SystemSlotType
impl Unpin for SystemSlotType
impl UnwindSafe for SystemSlotType