Struct pci::Location [] [src]

pub struct Location {
    pub bus: u8,
    pub device: u8,
    pub function: u8,
}

Physical location of a device on the bus

Fields

Trait Implementations

impl Copy for Location
[src]

impl Clone for Location
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Location
[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 Location
[src]