#[repr(C)]pub struct ud_t {
pub ah: *mut ibv_ah,
pub remote_qpn: u32,
pub remote_qkey: u32,
}Fields§
§ah: *mut ibv_ah§remote_qpn: u32§remote_qkey: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ud_t
impl RefUnwindSafe for ud_t
impl !Send for ud_t
impl !Sync for ud_t
impl Unpin for ud_t
impl UnwindSafe for ud_t
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