Struct ibverbs::DeviceList [] [src]

pub struct DeviceList(_);

List of available RDMA devices.

Methods

impl DeviceList
[src]

Important traits for DeviceListIter<'iter>
[src]

Returns an iterator over all found devices.

[src]

Returns the number of devices.

[src]

Returns true if there are any devices.

[src]

Returns the device at the given index, or None if out of bounds.

Trait Implementations

impl Sync for DeviceList
[src]

impl Send for DeviceList
[src]

impl Drop for DeviceList
[src]

[src]

Executes the destructor for this type. Read more

impl<'a> IntoIterator for &'a DeviceList
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more