Trait kernel::devices::pci::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§