Struct ibverbs::ffi::ibv_ah [] [src]

#[repr(C)]
pub struct ibv_ah { pub context: *mut ibv_context, pub pd: *mut ibv_pd, pub handle: u32, }

Fields

Trait Implementations

impl Debug for ibv_ah
[src]

Formats the value using the given formatter.

impl Copy for ibv_ah
[src]

impl Clone for ibv_ah
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more