Enum smbioslib::PciExpressSlotWidth [−][src]
pub enum PciExpressSlotWidth { UndefinedSlotWidth, X1, X2, X4, X8, X16, Sff8639, PciExpressMini52WithKeepouts, PciExpressMini52WithoutKeepouts, PciExpressMini76, }
Expand description
The slot width of a PCI Express slot specified in the SystemSlotType
Variants
An undefined slot width
X1
X2
X4
X8
X16
Small form factor 639
PCI Express Mini 52-pin (CEM spec. 2.0) with bottom-side keep-outs. Use Slot Length field value 03h (short length) for “half-Mini card” -only support, 04h (long length) for “full-Mini card” or dual support.
PCI Express Mini 52-pin (CEM spec. 2.0) without bottom-side keep-outs. Use Slot Length field value 03h (short length) for “half-Mini card” -only support, 04h (long length) for “full-Mini card” or dual support.
PCI Express Mini 76-pin (CEM spec. 2.0) Corresponds to Display-Mini card.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PciExpressSlotWidth
impl Send for PciExpressSlotWidth
impl Sync for PciExpressSlotWidth
impl Unpin for PciExpressSlotWidth
impl UnwindSafe for PciExpressSlotWidth