Function iter

Source
pub fn iter() -> impl Iterator<Item = Device>
Expand description

Returns an iterator over all present PCI devices.

A PCI device is considered “present” if the vendor ID read from its configuration space is not 0xFFFF.