Enum ibverbs::ffi::ibv_create_cq_wc_flags [] [src]

#[repr(u32)]
pub enum ibv_create_cq_wc_flags { IBV_WC_EX_WITH_BYTE_LEN, IBV_WC_EX_WITH_IMM, IBV_WC_EX_WITH_QP_NUM, IBV_WC_EX_WITH_SRC_QP, IBV_WC_EX_WITH_SLID, IBV_WC_EX_WITH_SL, IBV_WC_EX_WITH_DLID_PATH_BITS, IBV_WC_EX_WITH_COMPLETION_TIMESTAMP, IBV_WC_EX_WITH_CVLAN, IBV_WC_EX_WITH_FLOW_TAG, }

Variants

Trait Implementations

impl Debug for ibv_create_cq_wc_flags
[src]

Formats the value using the given formatter.

impl Copy for ibv_create_cq_wc_flags
[src]

impl Clone for ibv_create_cq_wc_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ibv_create_cq_wc_flags
[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_create_cq_wc_flags
[src]

impl Hash for ibv_create_cq_wc_flags
[src]

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

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