pub type pci_multi_function_device_interface_t = pci_multi_function_device_interface;

Aliased Type§

struct pci_multi_function_device_interface_t {
    pub supported_functions: Option<unsafe extern "C" fn(_: *mut conf_object) -> attr_value>,
}

Fields§

§supported_functions: Option<unsafe extern "C" fn(_: *mut conf_object) -> attr_value>