#[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_addr§path_rec: *mut ibv_sa_path_rec§num_paths: c_intAuto Trait Implementations§
impl Freeze for rdma_route
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§
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