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.
pub fn enumerate_device_functions<A>(
access: &A,
device_selector: ConfigSelector,
) -> impl Iterator<Item = ConfigSelector> + '_where
A: ConfigAccess,
Iterate over the functions available on the specified device.