#[repr(transparent)]pub struct ibv_send_flags(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
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
impl Copy for ibv_send_flags
impl Eq for ibv_send_flags
impl StructuralPartialEq for ibv_send_flags
Auto Trait Implementations§
impl Freeze for ibv_send_flags
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