Struct ibverbs::DeviceList [] [src]

pub struct DeviceList(_);

List of available RDMA devices.

Methods

impl DeviceList
[src]

Returns an iterator over all found devices.

Returns the number of devices.

Returns true if there are any devices.

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]

A method called when the value goes out of scope. 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?

Creates an iterator from a value. Read more