pub type PciPin2Line = Option<unsafe extern "system" fn(bushandler: *const isize, roothandler: *const isize, slotnumber: PCI_SLOT_NUMBER, pcidata: *const PCI_COMMON_CONFIG)>;

Aliased Type§

enum PciPin2Line {
    None,
    Some(unsafe extern "system" fn(_: *const isize, _: *const isize, _: PCI_SLOT_NUMBER, _: *const PCI_COMMON_CONFIG)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const isize, _: *const isize, _: PCI_SLOT_NUMBER, _: *const PCI_COMMON_CONFIG))

Some value of type T.