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.

Important traits for Devices<'a, 'b>

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.

Auto Trait Implementations

impl<'a> !Send for DeviceList<'a>

impl<'a> !Sync for DeviceList<'a>