#[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: u8
§rx_hash_key_len: u8
§rx_hash_key: *mut u8
§rx_hash_fields_mask: u64
Trait Implementations§
Source§impl Clone for ibv_rx_hash_conf
impl Clone for ibv_rx_hash_conf
Source§fn clone(&self) -> ibv_rx_hash_conf
fn clone(&self) -> ibv_rx_hash_conf
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ibv_rx_hash_conf
impl Debug for ibv_rx_hash_conf
Source§impl Default for ibv_rx_hash_conf
impl Default for ibv_rx_hash_conf
impl Copy for ibv_rx_hash_conf
Auto Trait Implementations§
impl Freeze for ibv_rx_hash_conf
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more