#[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_void

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.