Struct ibverbs_sys::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
rx_hash_function: u8rx_hash_key_len: u8rx_hash_key: *mut u8rx_hash_fields_mask: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_rx_hash_conf
impl !Send for ibv_rx_hash_conf
impl !Sync for ibv_rx_hash_conf
impl Unpin for ibv_rx_hash_conf
impl UnwindSafe for ibv_rx_hash_conf
Blanket Implementations
Mutably borrows from an owned value. Read more