Struct ibverbs::ffi::ibv_rwq_ind_table_init_attr [] [src]

#[repr(C)]
pub struct ibv_rwq_ind_table_init_attr { pub log_ind_tbl_size: u32, pub ind_tbl: *mut *mut ibv_wq, pub comp_mask: u32, }

Fields

Trait Implementations

impl Debug for ibv_rwq_ind_table_init_attr
[src]

Formats the value using the given formatter.

impl Copy for ibv_rwq_ind_table_init_attr
[src]

impl Clone for ibv_rwq_ind_table_init_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more