Struct ibverbs_sys::ibv_pd [−][src]
#[repr(C)]pub struct ibv_pd {
pub context: *mut ibv_context,
pub handle: u32,
}Fields
context: *mut ibv_contexthandle: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_pd
impl UnwindSafe for ibv_pd
Blanket Implementations
Mutably borrows from an owned value. Read more