Struct rdma_sys::rdma_cm_mc_join_flags
source · [−]#[repr(transparent)]pub struct rdma_cm_mc_join_flags(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl rdma_cm_mc_join_flags
impl rdma_cm_mc_join_flags
pub const RDMA_MC_JOIN_FLAG_FULLMEMBER: rdma_cm_mc_join_flags = rdma_cm_mc_join_flags(0)
sourceimpl rdma_cm_mc_join_flags
impl rdma_cm_mc_join_flags
pub const RDMA_MC_JOIN_FLAG_SENDONLY_FULLMEMBER: rdma_cm_mc_join_flags = rdma_cm_mc_join_flags(1)
sourceimpl rdma_cm_mc_join_flags
impl rdma_cm_mc_join_flags
pub const RDMA_MC_JOIN_FLAG_RESERVED: rdma_cm_mc_join_flags = rdma_cm_mc_join_flags(2)
Trait Implementations
sourceimpl BitAnd<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
impl BitAnd<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
type Output = rdma_cm_mc_join_flags
type Output = rdma_cm_mc_join_flags
The resulting type after applying the & operator.
sourceimpl BitAndAssign<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
impl BitAndAssign<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
sourcefn 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 more
sourceimpl BitOr<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
impl BitOr<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
type Output = rdma_cm_mc_join_flags
type Output = rdma_cm_mc_join_flags
The resulting type after applying the | operator.
sourceimpl BitOrAssign<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
impl BitOrAssign<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
sourcefn 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 more
sourceimpl Clone for rdma_cm_mc_join_flags
impl Clone for rdma_cm_mc_join_flags
sourcefn 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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for rdma_cm_mc_join_flags
impl Debug for rdma_cm_mc_join_flags
sourceimpl Hash for rdma_cm_mc_join_flags
impl Hash for rdma_cm_mc_join_flags
sourceimpl PartialEq<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
impl PartialEq<rdma_cm_mc_join_flags> for rdma_cm_mc_join_flags
sourcefn eq(&self, other: &rdma_cm_mc_join_flags) -> bool
fn eq(&self, other: &rdma_cm_mc_join_flags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &rdma_cm_mc_join_flags) -> bool
fn ne(&self, other: &rdma_cm_mc_join_flags) -> bool
This method tests for !=.
impl Copy for rdma_cm_mc_join_flags
impl Eq for rdma_cm_mc_join_flags
impl StructuralEq for rdma_cm_mc_join_flags
impl StructuralPartialEq for rdma_cm_mc_join_flags
Auto Trait Implementations
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
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