Struct libusb::DeviceList [] [src]

pub struct DeviceList<'a> { /* fields omitted */ }

A list of detected USB devices.

Methods

impl<'a> DeviceList<'a>
[src]

Returns the number of devices in the list.

Returns an iterator over the devices in the list.

The iterator yields a sequence of Device objects.

Trait Implementations

impl<'a> Drop for DeviceList<'a>
[src]

Frees the device list.