Struct rdma_sys::ibv_sa_path_rec
source · [−]#[repr(C)]pub struct ibv_sa_path_rec {Show 19 fields
pub dgid: ibv_gid,
pub sgid: ibv_gid,
pub dlid: __be16,
pub slid: __be16,
pub raw_traffic: c_int,
pub flow_label: __be32,
pub hop_limit: u8,
pub traffic_class: u8,
pub reversible: c_int,
pub numb_path: u8,
pub pkey: __be16,
pub sl: u8,
pub mtu_selector: u8,
pub mtu: u8,
pub rate_selector: u8,
pub rate: u8,
pub packet_life_time_selector: u8,
pub packet_life_time: u8,
pub preference: u8,
}Fields
dgid: ibv_gidsgid: ibv_giddlid: __be16slid: __be16raw_traffic: c_intflow_label: __be32hop_limit: u8traffic_class: u8reversible: c_intnumb_path: u8pkey: __be16sl: u8mtu_selector: u8mtu: u8rate_selector: u8rate: u8packet_life_time_selector: u8packet_life_time: u8preference: u8Auto Trait Implementations
impl RefUnwindSafe for ibv_sa_path_rec
impl Send for ibv_sa_path_rec
impl Sync for ibv_sa_path_rec
impl Unpin for ibv_sa_path_rec
impl UnwindSafe for ibv_sa_path_rec
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