#[repr(C)]pub struct ibv_xrcd {
pub context: *mut ibv_context,
}Fields
context: *mut ibv_contextTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_xrcd
impl !Send for ibv_xrcd
impl !Sync for ibv_xrcd
impl Unpin for ibv_xrcd
impl UnwindSafe for ibv_xrcd
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