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