Enum smbioslib::BusNumber [−][src]
pub enum BusNumber { Number(u8), NotApplicable, }
Expand description
Variants
Number(u8)
Bus Number
For devices that are not of types PCI, AGP, PCI-X, or PCI-Express and that do not have bus/device/function information.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BusNumber
impl UnwindSafe for BusNumber