Enum ibverbs::ffi::ibv_wc_opcode [] [src]

#[repr(u32)]
pub enum ibv_wc_opcode { IBV_WC_SEND, IBV_WC_RDMA_WRITE, IBV_WC_RDMA_READ, IBV_WC_COMP_SWAP, IBV_WC_FETCH_ADD, IBV_WC_BIND_MW, IBV_WC_LOCAL_INV, IBV_WC_TSO, IBV_WC_RECV, IBV_WC_RECV_RDMA_WITH_IMM, }

Variants

Trait Implementations

impl Debug for ibv_wc_opcode
[src]

Formats the value using the given formatter.

impl Copy for ibv_wc_opcode
[src]

impl Clone for ibv_wc_opcode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ibv_wc_opcode
[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_wc_opcode
[src]

impl Hash for ibv_wc_opcode
[src]

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

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