Enum ibverbs::ffi::ibv_qp_state [] [src]

#[repr(u32)]
pub enum ibv_qp_state { IBV_QPS_RESET, IBV_QPS_INIT, IBV_QPS_RTR, IBV_QPS_RTS, IBV_QPS_SQD, IBV_QPS_SQE, IBV_QPS_ERR, IBV_QPS_UNKNOWN, }

Variants

Trait Implementations

impl Debug for ibv_qp_state
[src]

Formats the value using the given formatter.

impl Copy for ibv_qp_state
[src]

impl Clone for ibv_qp_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ibv_qp_state
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ibv_qp_state
[src]

impl Hash for ibv_qp_state
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more