Struct rdma_sys::_ibv_device_ops
source · [−]#[repr(C)]pub struct _ibv_device_ops {
pub _dummy1: Option<unsafe extern "C" fn(device: *mut ibv_device, cmd_fd: c_int) -> *mut ibv_context>,
pub _dummy2: Option<unsafe extern "C" fn(context: *mut ibv_context)>,
}Fields
_dummy1: Option<unsafe extern "C" fn(device: *mut ibv_device, cmd_fd: c_int) -> *mut ibv_context>_dummy2: Option<unsafe extern "C" fn(context: *mut ibv_context)>Trait Implementations
sourceimpl Clone for _ibv_device_ops
impl Clone for _ibv_device_ops
sourcefn clone(&self) -> _ibv_device_ops
fn clone(&self) -> _ibv_device_ops
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for _ibv_device_ops
Auto Trait Implementations
impl RefUnwindSafe for _ibv_device_ops
impl Send for _ibv_device_ops
impl Sync for _ibv_device_ops
impl Unpin for _ibv_device_ops
impl UnwindSafe for _ibv_device_ops
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