Struct ibverbs_sys::ibv_counter_attach_attr [−][src]
#[repr(C)]pub struct ibv_counter_attach_attr {
pub counter_desc: ibv_counter_description,
pub index: u32,
pub comp_mask: u32,
}Fields
counter_desc: ibv_counter_descriptionindex: u32comp_mask: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_counter_attach_attr
impl Send for ibv_counter_attach_attr
impl Sync for ibv_counter_attach_attr
impl Unpin for ibv_counter_attach_attr
impl UnwindSafe for ibv_counter_attach_attr
Blanket Implementations
Mutably borrows from an owned value. Read more