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