pub enum SystemSlotType {
Show 31 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(PciExpressGenerationPciExpressSlotWidth), EnterpriseAndDataCenter1UE1, EnterpriseAndDataCenter3InE3, None,
}
Expand description

Variants

Other

Other

Unknown

Unknown

Isa

ISA

Mca

MCA

Eisa

EISA

Pci

PCI

Pcmcia

PC Card (PCMCIA)

VlVesa

VL-VESA

Proprietary

Proprietary

ProcessorCardSlot

Processor Card Slot

ProprietaryMemoryCardSlot

Proprietary Memory Card Slot

IORiserCardSlot

I/O Riser Card Slot

NuBus

NuBus

Pci66MhzCapable

PCI – 66MHz Capable

Agp(AgpSlotWidth)

AGP

Mxm(MXMSlotType)

MXM

PciX

PCI-X

M2(M2SlotType)

M.2

OcpNic30SmallFormFactor

OCP NIC 3.0 Small Form Factor (SFF)

OcpNic30LargeFormFactor

OCP NIC 3.0 Large Form Factor (LFF)

OcpNicPriorTo30

OCP NIC Prior to 3.0

CxlFlexbus1

CXL Flexbus 1.0 (deprecated, see note below)

PC98C20

PC-98/C20

PC98C24

PC-98/C24

PC98E

PC-98/E

PC98LocalBus

PC-98/Local Bus

PC98Card

PC-98/Card

PciExpress(PciExpressGenerationPciExpressSlotWidth)

PCI Express

EnterpriseAndDataCenter1UE1

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.

EnterpriseAndDataCenter3InE3

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.

None

A value unknown to this standard, check the raw value

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.