Struct ibverbs::ffi::ibv_srq_init_attr [] [src]

#[repr(C)]
pub struct ibv_srq_init_attr { pub srq_context: *mut c_void, pub attr: ibv_srq_attr, }

Fields

Trait Implementations

impl Debug for ibv_srq_init_attr
[src]

Formats the value using the given formatter.

impl Copy for ibv_srq_init_attr
[src]

impl Clone for ibv_srq_init_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more