pub enum BusNumber {
Number(u8),
NotApplicable,
}
Expand description
Variants
Number(u8)
Bus Number
NotApplicable
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
impl Eq for BusNumber
impl StructuralEq for BusNumber
impl StructuralPartialEq for BusNumber
Auto Trait Implementations
impl RefUnwindSafe for BusNumber
impl Send for BusNumber
impl Sync for BusNumber
impl Unpin for BusNumber
impl UnwindSafe for BusNumber
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more