Struct rdma_sys::ibv_qp_create_send_ops_flags
source · [−]#[repr(transparent)]pub struct ibv_qp_create_send_ops_flags(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_RDMA_WRITE: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(1)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_RDMA_WRITE_WITH_IMM: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(2)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_SEND: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(4)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_SEND_WITH_IMM: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(8)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_RDMA_READ: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(16)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_ATOMIC_CMP_AND_SWP: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(32)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_ATOMIC_FETCH_AND_ADD: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(64)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_LOCAL_INV: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(128)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_BIND_MW: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(256)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_SEND_WITH_INV: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(512)
sourceimpl ibv_qp_create_send_ops_flags
impl ibv_qp_create_send_ops_flags
pub const IBV_QP_EX_WITH_TSO: ibv_qp_create_send_ops_flags = ibv_qp_create_send_ops_flags(1024)
Trait Implementations
sourceimpl BitAnd<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
impl BitAnd<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
type Output = ibv_qp_create_send_ops_flags
type Output = ibv_qp_create_send_ops_flags
The resulting type after applying the & operator.
sourceimpl BitAndAssign<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
impl BitAndAssign<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
sourcefn bitand_assign(&mut self, rhs: ibv_qp_create_send_ops_flags)
fn bitand_assign(&mut self, rhs: ibv_qp_create_send_ops_flags)
Performs the &= operation. Read more
sourceimpl BitOr<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
impl BitOr<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
type Output = ibv_qp_create_send_ops_flags
type Output = ibv_qp_create_send_ops_flags
The resulting type after applying the | operator.
sourceimpl BitOrAssign<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
impl BitOrAssign<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
sourcefn bitor_assign(&mut self, rhs: ibv_qp_create_send_ops_flags)
fn bitor_assign(&mut self, rhs: ibv_qp_create_send_ops_flags)
Performs the |= operation. Read more
sourceimpl Clone for ibv_qp_create_send_ops_flags
impl Clone for ibv_qp_create_send_ops_flags
sourcefn clone(&self) -> ibv_qp_create_send_ops_flags
fn clone(&self) -> ibv_qp_create_send_ops_flags
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_qp_create_send_ops_flags
impl Debug for ibv_qp_create_send_ops_flags
sourceimpl Hash for ibv_qp_create_send_ops_flags
impl Hash for ibv_qp_create_send_ops_flags
sourceimpl PartialEq<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
impl PartialEq<ibv_qp_create_send_ops_flags> for ibv_qp_create_send_ops_flags
sourcefn eq(&self, other: &ibv_qp_create_send_ops_flags) -> bool
fn eq(&self, other: &ibv_qp_create_send_ops_flags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ibv_qp_create_send_ops_flags) -> bool
fn ne(&self, other: &ibv_qp_create_send_ops_flags) -> bool
This method tests for !=.
impl Copy for ibv_qp_create_send_ops_flags
impl Eq for ibv_qp_create_send_ops_flags
impl StructuralEq for ibv_qp_create_send_ops_flags
impl StructuralPartialEq for ibv_qp_create_send_ops_flags
Auto Trait Implementations
impl RefUnwindSafe for ibv_qp_create_send_ops_flags
impl Send for ibv_qp_create_send_ops_flags
impl Sync for ibv_qp_create_send_ops_flags
impl Unpin for ibv_qp_create_send_ops_flags
impl UnwindSafe for ibv_qp_create_send_ops_flags
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