Struct 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_gid§sgid: ibv_gid§dlid: __be16§slid: __be16§raw_traffic: c_int§flow_label: __be32§hop_limit: u8§traffic_class: u8§reversible: c_int§numb_path: u8§pkey: __be16§sl: u8§mtu_selector: u8§mtu: u8§rate_selector: u8§rate: u8§packet_life_time_selector: u8§packet_life_time: u8§preference: u8

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.