#[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_gid
§flow_label: u32
§sgid_index: u8
§hop_limit: u8
§traffic_class: u8
Trait Implementations§
Source§impl Clone for ibv_global_route
impl Clone for ibv_global_route
Source§fn clone(&self) -> ibv_global_route
fn clone(&self) -> ibv_global_route
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ibv_global_route
impl Default for ibv_global_route
impl Copy for ibv_global_route
Auto Trait Implementations§
impl Freeze for ibv_global_route
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§
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