#[repr(transparent)]pub struct ucp_worker_params_field(pub c_uint);Expand description
@ingroup UCP_WORKER @brief UCP worker parameters field mask.
The enumeration allows specifying which fields in @ref ucp_worker_params_t are present. It is used to enable backward compatibility support.
Tuple Fields§
§0: c_uintImplementations§
Source§impl ucp_worker_params_field
impl ucp_worker_params_field
Sourcepub const UCP_WORKER_PARAM_FIELD_THREAD_MODE: ucp_worker_params_field
pub const UCP_WORKER_PARAM_FIELD_THREAD_MODE: ucp_worker_params_field
< UCP thread mode
Source§impl ucp_worker_params_field
impl ucp_worker_params_field
Sourcepub const UCP_WORKER_PARAM_FIELD_CPU_MASK: ucp_worker_params_field
pub const UCP_WORKER_PARAM_FIELD_CPU_MASK: ucp_worker_params_field
< Worker’s CPU bitmap
Source§impl ucp_worker_params_field
impl ucp_worker_params_field
Sourcepub const UCP_WORKER_PARAM_FIELD_EVENTS: ucp_worker_params_field
pub const UCP_WORKER_PARAM_FIELD_EVENTS: ucp_worker_params_field
< Worker’s events bitmap
Source§impl ucp_worker_params_field
impl ucp_worker_params_field
Sourcepub const UCP_WORKER_PARAM_FIELD_USER_DATA: ucp_worker_params_field
pub const UCP_WORKER_PARAM_FIELD_USER_DATA: ucp_worker_params_field
< User data
Source§impl ucp_worker_params_field
impl ucp_worker_params_field
Sourcepub const UCP_WORKER_PARAM_FIELD_EVENT_FD: ucp_worker_params_field
pub const UCP_WORKER_PARAM_FIELD_EVENT_FD: ucp_worker_params_field
< External event file descriptor
Source§impl ucp_worker_params_field
impl ucp_worker_params_field
Sourcepub const UCP_WORKER_PARAM_FIELD_FLAGS: ucp_worker_params_field
pub const UCP_WORKER_PARAM_FIELD_FLAGS: ucp_worker_params_field
< Worker flags
Source§impl ucp_worker_params_field
impl ucp_worker_params_field
Sourcepub const UCP_WORKER_PARAM_FIELD_NAME: ucp_worker_params_field
pub const UCP_WORKER_PARAM_FIELD_NAME: ucp_worker_params_field
< Worker name
Source§impl ucp_worker_params_field
impl ucp_worker_params_field
Sourcepub const UCP_WORKER_PARAM_FIELD_AM_ALIGNMENT: ucp_worker_params_field
pub const UCP_WORKER_PARAM_FIELD_AM_ALIGNMENT: ucp_worker_params_field
< Alignment of active messages on the receiver
Source§impl ucp_worker_params_field
impl ucp_worker_params_field
Sourcepub const UCP_WORKER_PARAM_FIELD_CLIENT_ID: ucp_worker_params_field
pub const UCP_WORKER_PARAM_FIELD_CLIENT_ID: ucp_worker_params_field
< Client id
Trait Implementations§
Source§impl BitAnd for ucp_worker_params_field
impl BitAnd for ucp_worker_params_field
Source§impl BitAndAssign for ucp_worker_params_field
impl BitAndAssign for ucp_worker_params_field
Source§fn bitand_assign(&mut self, rhs: ucp_worker_params_field)
fn bitand_assign(&mut self, rhs: ucp_worker_params_field)
Performs the
&= operation. Read moreSource§impl BitOr for ucp_worker_params_field
impl BitOr for ucp_worker_params_field
Source§impl BitOrAssign for ucp_worker_params_field
impl BitOrAssign for ucp_worker_params_field
Source§fn bitor_assign(&mut self, rhs: ucp_worker_params_field)
fn bitor_assign(&mut self, rhs: ucp_worker_params_field)
Performs the
|= operation. Read moreSource§impl Clone for ucp_worker_params_field
impl Clone for ucp_worker_params_field
Source§fn clone(&self) -> ucp_worker_params_field
fn clone(&self) -> ucp_worker_params_field
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_params_field
impl Debug for ucp_worker_params_field
Source§impl Hash for ucp_worker_params_field
impl Hash for ucp_worker_params_field
Source§impl PartialEq for ucp_worker_params_field
impl PartialEq for ucp_worker_params_field
impl Copy for ucp_worker_params_field
impl Eq for ucp_worker_params_field
impl StructuralPartialEq for ucp_worker_params_field
Auto Trait Implementations§
impl Freeze for ucp_worker_params_field
impl RefUnwindSafe for ucp_worker_params_field
impl Send for ucp_worker_params_field
impl Sync for ucp_worker_params_field
impl Unpin for ucp_worker_params_field
impl UnwindSafe for ucp_worker_params_field
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