Struct ibverbs::ffi::ibv_pd [] [src]

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

Fields

Trait Implementations

impl Debug for ibv_pd
[src]

Formats the value using the given formatter.

impl Copy for ibv_pd
[src]

impl Clone for ibv_pd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more