Function enumerate_device_functions

Source
pub fn enumerate_device_functions<A>(
    access: &A,
    device_selector: ConfigSelector,
) -> impl Iterator<Item = ConfigSelector> + '_
where A: ConfigAccess,
Expand description

Iterate over the functions available on the specified device.