#[repr(transparent)]pub struct ucp_worker_address_flags_t(pub c_uint);Expand description
@ingroup UCP_WORKER @brief UCP worker address flags.
The enumeration list describes possible UCP worker address flags, indicating what needs to be included to the worker address returned by @ref ucp_worker_query “ucp_worker_query()” routine.
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl BitAnd for ucp_worker_address_flags_t
impl BitAnd for ucp_worker_address_flags_t
Source§impl BitAndAssign for ucp_worker_address_flags_t
impl BitAndAssign for ucp_worker_address_flags_t
Source§fn bitand_assign(&mut self, rhs: ucp_worker_address_flags_t)
fn bitand_assign(&mut self, rhs: ucp_worker_address_flags_t)
Performs the
&= operation. Read moreSource§impl BitOr for ucp_worker_address_flags_t
impl BitOr for ucp_worker_address_flags_t
Source§impl BitOrAssign for ucp_worker_address_flags_t
impl BitOrAssign for ucp_worker_address_flags_t
Source§fn bitor_assign(&mut self, rhs: ucp_worker_address_flags_t)
fn bitor_assign(&mut self, rhs: ucp_worker_address_flags_t)
Performs the
|= operation. Read moreSource§impl Clone for ucp_worker_address_flags_t
impl Clone for ucp_worker_address_flags_t
Source§fn clone(&self) -> ucp_worker_address_flags_t
fn clone(&self) -> ucp_worker_address_flags_t
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 ucp_worker_address_flags_t
impl Debug for ucp_worker_address_flags_t
Source§impl Hash for ucp_worker_address_flags_t
impl Hash for ucp_worker_address_flags_t
impl Copy for ucp_worker_address_flags_t
impl Eq for ucp_worker_address_flags_t
impl StructuralPartialEq for ucp_worker_address_flags_t
Auto Trait Implementations§
impl Freeze for ucp_worker_address_flags_t
impl RefUnwindSafe for ucp_worker_address_flags_t
impl Send for ucp_worker_address_flags_t
impl Sync for ucp_worker_address_flags_t
impl Unpin for ucp_worker_address_flags_t
impl UnwindSafe for ucp_worker_address_flags_t
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