Enum smbioslib::AgpSlotWidth [−][src]
pub enum AgpSlotWidth {
X1,
X2,
X4,
X8,
}Expand description
The slot width of an AGP slot specified in the SystemSlotType
Variants
X1
X2
X4
X8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AgpSlotWidthimpl Send for AgpSlotWidthimpl Sync for AgpSlotWidthimpl Unpin for AgpSlotWidthimpl UnwindSafe for AgpSlotWidth