Struct rdma_sys::ibv_rx_hash_fields
source · [−]#[repr(transparent)]pub struct ibv_rx_hash_fields(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_SRC_IPV4: ibv_rx_hash_fields = ibv_rx_hash_fields(1)
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_DST_IPV4: ibv_rx_hash_fields = ibv_rx_hash_fields(2)
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_SRC_IPV6: ibv_rx_hash_fields = ibv_rx_hash_fields(4)
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_DST_IPV6: ibv_rx_hash_fields = ibv_rx_hash_fields(8)
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_SRC_PORT_TCP: ibv_rx_hash_fields = ibv_rx_hash_fields(16)
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_DST_PORT_TCP: ibv_rx_hash_fields = ibv_rx_hash_fields(32)
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_SRC_PORT_UDP: ibv_rx_hash_fields = ibv_rx_hash_fields(64)
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_DST_PORT_UDP: ibv_rx_hash_fields = ibv_rx_hash_fields(128)
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_IPSEC_SPI: ibv_rx_hash_fields = ibv_rx_hash_fields(256)
sourceimpl ibv_rx_hash_fields
impl ibv_rx_hash_fields
pub const IBV_RX_HASH_INNER: ibv_rx_hash_fields = ibv_rx_hash_fields(2147483648)
Trait Implementations
sourceimpl BitAnd<ibv_rx_hash_fields> for ibv_rx_hash_fields
impl BitAnd<ibv_rx_hash_fields> for ibv_rx_hash_fields
type Output = ibv_rx_hash_fields
type Output = ibv_rx_hash_fields
The resulting type after applying the & operator.
sourceimpl BitAndAssign<ibv_rx_hash_fields> for ibv_rx_hash_fields
impl BitAndAssign<ibv_rx_hash_fields> for ibv_rx_hash_fields
sourcefn bitand_assign(&mut self, rhs: ibv_rx_hash_fields)
fn bitand_assign(&mut self, rhs: ibv_rx_hash_fields)
Performs the &= operation. Read more
sourceimpl BitOr<ibv_rx_hash_fields> for ibv_rx_hash_fields
impl BitOr<ibv_rx_hash_fields> for ibv_rx_hash_fields
type Output = ibv_rx_hash_fields
type Output = ibv_rx_hash_fields
The resulting type after applying the | operator.
sourceimpl BitOrAssign<ibv_rx_hash_fields> for ibv_rx_hash_fields
impl BitOrAssign<ibv_rx_hash_fields> for ibv_rx_hash_fields
sourcefn bitor_assign(&mut self, rhs: ibv_rx_hash_fields)
fn bitor_assign(&mut self, rhs: ibv_rx_hash_fields)
Performs the |= operation. Read more
sourceimpl Clone for ibv_rx_hash_fields
impl Clone for ibv_rx_hash_fields
sourcefn clone(&self) -> ibv_rx_hash_fields
fn clone(&self) -> ibv_rx_hash_fields
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
sourceimpl Debug for ibv_rx_hash_fields
impl Debug for ibv_rx_hash_fields
sourceimpl Hash for ibv_rx_hash_fields
impl Hash for ibv_rx_hash_fields
sourceimpl PartialEq<ibv_rx_hash_fields> for ibv_rx_hash_fields
impl PartialEq<ibv_rx_hash_fields> for ibv_rx_hash_fields
sourcefn eq(&self, other: &ibv_rx_hash_fields) -> bool
fn eq(&self, other: &ibv_rx_hash_fields) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ibv_rx_hash_fields) -> bool
fn ne(&self, other: &ibv_rx_hash_fields) -> bool
This method tests for !=.
impl Copy for ibv_rx_hash_fields
impl Eq for ibv_rx_hash_fields
impl StructuralEq for ibv_rx_hash_fields
impl StructuralPartialEq for ibv_rx_hash_fields
Auto Trait Implementations
impl RefUnwindSafe for ibv_rx_hash_fields
impl Send for ibv_rx_hash_fields
impl Sync for ibv_rx_hash_fields
impl Unpin for ibv_rx_hash_fields
impl UnwindSafe for ibv_rx_hash_fields
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