pub fn iter() -> impl Iterator<Item = Device>
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.