Struct ::sysinfo::PciDevice

Data about a PCI device

Protocols

protocol get
let output = value.class

Allows a get operation to work.

protocol get
let output = value.vendor

Allows a get operation to work.

protocol get
let output = value.device

Allows a get operation to work.

protocol get
let output = value.revision

Allows a get operation to work.

protocol get
let output = value.subsystem_vendor

Allows a get operation to work.

protocol get
let output = value.subsystem_device

Allows a get operation to work.