#[repr(transparent)]pub struct ibv_flow_flags(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ibv_flow_flags
impl ibv_flow_flags
pub const IBV_FLOW_ATTR_FLAGS_EGRESS: ibv_flow_flags
Trait Implementations§
Source§impl BitAnd for ibv_flow_flags
impl BitAnd for ibv_flow_flags
Source§impl BitAndAssign for ibv_flow_flags
impl BitAndAssign for ibv_flow_flags
Source§fn bitand_assign(&mut self, rhs: ibv_flow_flags)
fn bitand_assign(&mut self, rhs: ibv_flow_flags)
Performs the
&= operation. Read moreSource§impl BitOr for ibv_flow_flags
impl BitOr for ibv_flow_flags
Source§impl BitOrAssign for ibv_flow_flags
impl BitOrAssign for ibv_flow_flags
Source§fn bitor_assign(&mut self, rhs: ibv_flow_flags)
fn bitor_assign(&mut self, rhs: ibv_flow_flags)
Performs the
|= operation. Read moreSource§impl Clone for ibv_flow_flags
impl Clone for ibv_flow_flags
Source§fn clone(&self) -> ibv_flow_flags
fn clone(&self) -> ibv_flow_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_flow_flags
impl Debug for ibv_flow_flags
Source§impl Hash for ibv_flow_flags
impl Hash for ibv_flow_flags
Source§impl PartialEq for ibv_flow_flags
impl PartialEq for ibv_flow_flags
impl Copy for ibv_flow_flags
impl Eq for ibv_flow_flags
impl StructuralPartialEq for ibv_flow_flags
Auto Trait Implementations§
impl Freeze for ibv_flow_flags
impl RefUnwindSafe for ibv_flow_flags
impl Send for ibv_flow_flags
impl Sync for ibv_flow_flags
impl Unpin for ibv_flow_flags
impl UnwindSafe for ibv_flow_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