Struct panda_sys::PciDeviceInfo[][src]

#[repr(C)]
pub struct PciDeviceInfo { pub bus: i64, pub slot: i64, pub function: i64, pub class_info: *mut PciDeviceClass, pub id: *mut PciDeviceId, pub has_irq: bool, pub irq: i64, pub qdev_id: *mut c_char, pub has_pci_bridge: bool, pub pci_bridge: *mut PciBridgeInfo, pub regions: *mut PciMemoryRegionList, }

Fields

bus: i64slot: i64function: i64class_info: *mut PciDeviceClassid: *mut PciDeviceIdhas_irq: boolirq: i64qdev_id: *mut c_charhas_pci_bridge: boolpci_bridge: *mut PciBridgeInforegions: *mut PciMemoryRegionList

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.