Struct ibverbs::ffi::ibv_flow_attr [] [src]

#[repr(C)]
pub struct ibv_flow_attr { pub comp_mask: u32, pub type_: ibv_flow_attr_type, pub size: u16, pub priority: u16, pub num_of_specs: u8, pub port: u8, pub flags: u32, }

Fields

Trait Implementations

impl Debug for ibv_flow_attr
[src]

Formats the value using the given formatter.

impl Copy for ibv_flow_attr
[src]

impl Clone for ibv_flow_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more