PciReadWriteConfig

Type Alias PciReadWriteConfig 

pub type PciReadWriteConfig = Option<unsafe extern "system" fn(bushandler: *const isize, slot: PCI_SLOT_NUMBER, buffer: *const c_void, offset: u32, length: u32)>;

Aliased Type§

pub enum PciReadWriteConfig {
    None,
    Some(unsafe extern "system" fn(*const isize, PCI_SLOT_NUMBER, *const c_void, u32, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const isize, PCI_SLOT_NUMBER, *const c_void, u32, u32))

Some value of type T.