Trait PciDevice

Source
pub trait PciDevice {
    // Required methods
    fn probe_init(config: &PciDeviceConfig, extra: ProbeExtra) -> Option<Self>
       where Self: Sized;
    fn device_name(&self) -> &'static str;
}

Required Methods§

Source

fn probe_init(config: &PciDeviceConfig, extra: ProbeExtra) -> Option<Self>
where Self: Sized,

Source

fn device_name(&self) -> &'static str

Implementors§