Struct ibverbs::ffi::ibv_wq_attr [] [src]

#[repr(C)]
pub struct ibv_wq_attr { pub attr_mask: u32, pub wq_state: ibv_wq_state, pub curr_wq_state: ibv_wq_state, pub flags: u32, pub flags_mask: u32, }

Fields

Trait Implementations

impl Debug for ibv_wq_attr
[src]

Formats the value using the given formatter.

impl Copy for ibv_wq_attr
[src]

impl Clone for ibv_wq_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more