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