#[repr(C)]pub struct ibv_ah {
pub context: *mut ibv_context,
pub pd: *mut ibv_pd,
pub handle: u32,
}Fields
context: *mut ibv_contextpd: *mut ibv_pdhandle: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_ah
impl !Send for ibv_ah
impl !Sync for ibv_ah
impl Unpin for ibv_ah
impl UnwindSafe for ibv_ah
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