Struct rdma_sys::ibv_global_route
source · [−]#[repr(C)]pub struct ibv_global_route {
pub dgid: ibv_gid,
pub flow_label: u32,
pub sgid_index: u8,
pub hop_limit: u8,
pub traffic_class: u8,
}Fields
dgid: ibv_gidflow_label: u32sgid_index: u8hop_limit: u8traffic_class: u8Trait Implementations
sourceimpl Clone for ibv_global_route
impl Clone for ibv_global_route
sourcefn clone(&self) -> ibv_global_route
fn clone(&self) -> ibv_global_route
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for ibv_global_route
Auto Trait Implementations
impl RefUnwindSafe for ibv_global_route
impl Send for ibv_global_route
impl Sync for ibv_global_route
impl Unpin for ibv_global_route
impl UnwindSafe for ibv_global_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