Struct ibverbs::ffi::ibv_grh[][src]

#[repr(C)]pub struct ibv_grh {
    pub version_tclass_flow: __be32,
    pub paylen: __be16,
    pub next_hdr: u8,
    pub hop_limit: u8,
    pub sgid: ibv_gid,
    pub dgid: ibv_gid,
}

Fields

version_tclass_flow: __be32paylen: __be16next_hdr: u8hop_limit: u8sgid: ibv_giddgid: ibv_gid

Trait Implementations

impl Clone for ibv_grh[src]

impl Copy for ibv_grh[src]

impl Default for ibv_grh[src]

Auto Trait Implementations

impl RefUnwindSafe for ibv_grh

impl Send for ibv_grh

impl Sync for ibv_grh

impl Unpin for ibv_grh

impl UnwindSafe for ibv_grh

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.