Struct ibverbs_sys::ibv_pd
source · #[repr(C)]pub struct ibv_pd {
pub context: *mut ibv_context,
pub handle: u32,
}Fields§
§context: *mut ibv_context§handle: u32Trait Implementations§
impl Copy for ibv_pd
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§
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