Enum ibverbs::ffi::ibv_qp_type [] [src]

#[repr(u32)]
pub enum ibv_qp_type { IBV_QPT_RC, IBV_QPT_UC, IBV_QPT_UD, IBV_QPT_RAW_PACKET, IBV_QPT_XRC_SEND, IBV_QPT_XRC_RECV, }

Variants

Trait Implementations

impl Debug for ibv_qp_type
[src]

Formats the value using the given formatter.

impl Copy for ibv_qp_type
[src]

impl Clone for ibv_qp_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ibv_qp_type
[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_type
[src]

impl Hash for ibv_qp_type
[src]

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

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