Struct ibverbs::ffi::ibv_rx_hash_conf [] [src]

#[repr(C)]
pub struct ibv_rx_hash_conf { pub rx_hash_function: u8, pub rx_hash_key_len: u8, pub rx_hash_key: *mut u8, pub rx_hash_fields_mask: u64, }

Fields

Trait Implementations

impl Debug for ibv_rx_hash_conf
[src]

Formats the value using the given formatter.

impl Copy for ibv_rx_hash_conf
[src]

impl Clone for ibv_rx_hash_conf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more