Struct ibverbs_sys::ibv_send_flags
source · #[repr(transparent)]pub struct ibv_send_flags(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ibv_send_flags
impl ibv_send_flags
pub const IBV_SEND_FENCE: ibv_send_flags = _
source§impl ibv_send_flags
impl ibv_send_flags
pub const IBV_SEND_SIGNALED: ibv_send_flags = _
source§impl ibv_send_flags
impl ibv_send_flags
pub const IBV_SEND_SOLICITED: ibv_send_flags = _
source§impl ibv_send_flags
impl ibv_send_flags
pub const IBV_SEND_INLINE: ibv_send_flags = _
source§impl ibv_send_flags
impl ibv_send_flags
pub const IBV_SEND_IP_CSUM: ibv_send_flags = _
Trait Implementations§
source§impl BitAnd for ibv_send_flags
impl BitAnd for ibv_send_flags
source§impl BitAndAssign for ibv_send_flags
impl BitAndAssign for ibv_send_flags
source§fn bitand_assign(&mut self, rhs: ibv_send_flags)
fn bitand_assign(&mut self, rhs: ibv_send_flags)
Performs the
&= operation. Read moresource§impl BitOr for ibv_send_flags
impl BitOr for ibv_send_flags
source§impl BitOrAssign for ibv_send_flags
impl BitOrAssign for ibv_send_flags
source§fn bitor_assign(&mut self, rhs: ibv_send_flags)
fn bitor_assign(&mut self, rhs: ibv_send_flags)
Performs the
|= operation. Read moresource§impl Clone for ibv_send_flags
impl Clone for ibv_send_flags
source§fn clone(&self) -> ibv_send_flags
fn clone(&self) -> ibv_send_flags
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_send_flags
impl Debug for ibv_send_flags
source§impl Hash for ibv_send_flags
impl Hash for ibv_send_flags
source§impl PartialEq for ibv_send_flags
impl PartialEq for ibv_send_flags
source§fn 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 ==.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§
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