Struct ibverbs_sys::ibv_tm_caps [−][src]
#[repr(C)]pub struct ibv_tm_caps {
pub max_rndv_hdr_size: u32,
pub max_num_tags: u32,
pub flags: u32,
pub max_ops: u32,
pub max_sge: u32,
}Fields
max_rndv_hdr_size: u32flags: u32max_ops: u32max_sge: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ibv_tm_caps
impl Send for ibv_tm_caps
impl Sync for ibv_tm_caps
impl Unpin for ibv_tm_caps
impl UnwindSafe for ibv_tm_caps
Blanket Implementations
Mutably borrows from an owned value. Read more