Enum ibverbs::ffi::ibv_wr_opcode [] [src]

#[repr(u32)]
pub enum ibv_wr_opcode { IBV_WR_RDMA_WRITE, IBV_WR_RDMA_WRITE_WITH_IMM, IBV_WR_SEND, IBV_WR_SEND_WITH_IMM, IBV_WR_RDMA_READ, IBV_WR_ATOMIC_CMP_AND_SWP, IBV_WR_ATOMIC_FETCH_AND_ADD, IBV_WR_LOCAL_INV, IBV_WR_BIND_MW, IBV_WR_SEND_WITH_INV, IBV_WR_TSO, }

Variants

Trait Implementations

impl Debug for ibv_wr_opcode
[src]

Formats the value using the given formatter.

impl Copy for ibv_wr_opcode
[src]

impl Clone for ibv_wr_opcode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ibv_wr_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_wr_opcode
[src]

impl Hash for ibv_wr_opcode
[src]

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

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