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