Struct rdma_sys::rdma_route
source · [−]#[repr(C)]pub struct rdma_route {
pub addr: rdma_addr,
pub path_rec: *mut ibv_sa_path_rec,
pub num_paths: c_int,
}Fields
addr: rdma_addrpath_rec: *mut ibv_sa_path_recnum_paths: c_intAuto Trait Implementations
impl RefUnwindSafe for rdma_route
impl !Send for rdma_route
impl !Sync for rdma_route
impl Unpin for rdma_route
impl UnwindSafe for rdma_route
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