Struct ibverbs::ffi::ibv_rss_caps [] [src]

#[repr(C)]
pub struct ibv_rss_caps { pub supported_qpts: u32, pub max_rwq_indirection_tables: u32, pub max_rwq_indirection_table_size: u32, pub rx_hash_fields_mask: u64, pub rx_hash_function: u8, }

Fields

Trait Implementations

impl Debug for ibv_rss_caps
[src]

Formats the value using the given formatter.

impl Copy for ibv_rss_caps
[src]

impl Clone for ibv_rss_caps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more