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