Struct ibverbs_sys::ibv_ah [−][src]
#[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 UnwindSafe for ibv_ah
Blanket Implementations
Mutably borrows from an owned value. Read more