Type Alias PciLine2Pin
pub type PciLine2Pin = Option<unsafe extern "system" fn(bushandler: *const isize, roothandler: *const isize, slotnumber: PCI_SLOT_NUMBER, pcinewdata: *const PCI_COMMON_CONFIG, pciolddata: *const PCI_COMMON_CONFIG)>;Aliased Type§
pub enum PciLine2Pin {
None,
Some(unsafe extern "system" fn(*const isize, *const isize, PCI_SLOT_NUMBER, *const PCI_COMMON_CONFIG, *const PCI_COMMON_CONFIG)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*const isize, *const isize, PCI_SLOT_NUMBER, *const PCI_COMMON_CONFIG, *const PCI_COMMON_CONFIG))
Some value of type T.