#[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 !Send for ibv_pd
impl !Sync for ibv_pd
impl Unpin for ibv_pd
impl UnwindSafe for ibv_pd
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