#[repr(C)]pub struct ibv_xrcd {
pub context: *mut ibv_context,
}
Fields§
§context: *mut ibv_context
Trait Implementations§
impl Copy for ibv_xrcd
Auto Trait Implementations§
impl Freeze for ibv_xrcd
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more