Struct ibverbs::ffi::ibv_ah_attr [] [src]

#[repr(C)]
pub struct ibv_ah_attr { pub grh: ibv_global_route, pub dlid: u16, pub sl: u8, pub src_path_bits: u8, pub static_rate: u8, pub is_global: u8, pub port_num: u8, }

Fields

Trait Implementations

impl Debug for ibv_ah_attr
[src]

Formats the value using the given formatter.

impl Copy for ibv_ah_attr
[src]

impl Clone for ibv_ah_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ibv_ah_attr
[src]

Returns the "default value" for a type. Read more