Struct ibverbs_sys::ibv_counters [−][src]
#[repr(C)]pub struct ibv_counters {
pub context: *mut ibv_context,
}Fields
context: *mut ibv_contextTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_counters
impl !Send for ibv_counters
impl !Sync for ibv_counters
impl Unpin for ibv_counters
impl UnwindSafe for ibv_counters
Blanket Implementations
Mutably borrows from an owned value. Read more