Struct ibverbs::ffi::_ibv_device_ops [] [src]

#[repr(C)]
pub struct _ibv_device_ops { pub _dummy1: Option<unsafe extern "C" fn(_: *mut ibv_device, _: c_int) -> *mut ibv_context>, pub _dummy2: Option<unsafe extern "C" fn(_: *mut ibv_context)>, }

Fields

Trait Implementations

impl Debug for _ibv_device_ops
[src]

Formats the value using the given formatter.

impl Copy for _ibv_device_ops
[src]

impl Clone for _ibv_device_ops
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more