Struct rdma_sys::ibv_context
source · [−]#[repr(C)]pub struct ibv_context {
pub device: *mut ibv_device,
pub ops: ibv_context_ops,
pub cmd_fd: c_int,
pub async_fd: c_int,
pub num_comp_vectors: c_int,
pub mutex: pthread_mutex_t,
pub abi_compat: *mut c_void,
}Fields
device: *mut ibv_deviceops: ibv_context_opscmd_fd: c_intasync_fd: c_intnum_comp_vectors: c_intmutex: pthread_mutex_tabi_compat: *mut c_voidAuto Trait Implementations
impl RefUnwindSafe for ibv_context
impl !Send for ibv_context
impl !Sync for ibv_context
impl Unpin for ibv_context
impl UnwindSafe for ibv_context
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more