Struct rdma::ah::GlobalRoute
source · [−]#[repr(C)]pub struct GlobalRoute {
pub dest_gid: Gid,
pub flow_label: u32,
pub sgid_index: u8,
pub hop_limit: u8,
pub traffic_class: u8,
}
Fields
dest_gid: Gid
flow_label: u32
sgid_index: u8
hop_limit: u8
traffic_class: u8
Auto Trait Implementations
impl RefUnwindSafe for GlobalRoute
impl Send for GlobalRoute
impl Sync for GlobalRoute
impl Unpin for GlobalRoute
impl UnwindSafe for GlobalRoute
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