MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / PciLocation

Class PciLocation

pci/src/device.rs:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Clone, Copy)]
7pub struct PciLocation {
8 pub bus: u16,
9 pub slot: u16,
10 pub function: u16
11}
12
13impl fmt::Display for PciLocation {
14 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected