Enum smbioslib::PciExpressGeneration [−][src]
pub enum PciExpressGeneration {
PCIExpressGen1,
PCIExpressGen2,
PCIExpressGen3,
PCIExpressGen4,
PCIExpressGen5,
PCIExpressGen6,
Undefined,
}Expand description
The generation of PciExpress used by the slot.
Variants
PCI Express Gen 1
PCI Express Gen 2
PCI Express Gen 3
PCI Express Gen 4
PCI Express Gen 5
PCI Express Gen 6 and Beyond
Undefined
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PciExpressGenerationimpl Send for PciExpressGenerationimpl Sync for PciExpressGenerationimpl Unpin for PciExpressGenerationimpl UnwindSafe for PciExpressGeneration