#[repr(C)]pub struct ibv_pd {
pub context: *mut ibv_context,
pub handle: u32,
}
Fields§
§context: *mut ibv_context
§handle: u32
Trait Implementations§
impl Copy for ibv_pd
Auto Trait Implementations§
impl Freeze for ibv_pd
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more