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 PciExpressGeneration
impl Send for PciExpressGeneration
impl Sync for PciExpressGeneration
impl Unpin for PciExpressGeneration
impl UnwindSafe for PciExpressGeneration