Struct pci::PCIDevice [] [src]

pub struct PCIDevice {
    pub loc: Location,
    pub id: Identifier,
    pub bars: [Option<BAR>; 6],
    pub cspace_access_method: CSpaceAccessMethod,
}

A device on the PCI bus.

Although accessing configuration space may be expensive, it is not cached.

Fields

Trait Implementations

impl Copy for PCIDevice
[src]

impl Clone for PCIDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PCIDevice
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PCIDevice
[src]