Struct rdma_sys::ibv_rx_hash_conf
source · [−]#[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
sourceimpl Clone for ibv_rx_hash_conf
impl Clone for ibv_rx_hash_conf
sourcefn clone(&self) -> ibv_rx_hash_conf
fn clone(&self) -> ibv_rx_hash_conf
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for ibv_rx_hash_conf
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more