Struct ibverbs::QueuePairEndpoint [] [src]

pub struct QueuePairEndpoint { /* fields omitted */ }

An identifier for the network endpoint of a QueuePair.

Internally, this contains the QueuePair's qp_num, as well as the context's lid and gid.

Trait Implementations

impl Copy for QueuePairEndpoint
[src]

impl Clone for QueuePairEndpoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations