Struct ibverbs::ffi::ibv_srq_attr [] [src]

#[repr(C)]
pub struct ibv_srq_attr { pub max_wr: u32, pub max_sge: u32, pub srq_limit: u32, }

Fields

Trait Implementations

impl Debug for ibv_srq_attr
[src]

Formats the value using the given formatter.

impl Copy for ibv_srq_attr
[src]

impl Clone for ibv_srq_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more