#[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: u8

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.