#[repr(transparent)]pub struct ucp_params_field(pub c_uint);Expand description
@ingroup UCP_CONTEXT @brief UCP context parameters field mask.
The enumeration allows specifying which fields in @ref ucp_params_t are present. It is used to enable backward compatibility support.
Tuple Fields§
§0: c_uintImplementations§
Source§impl ucp_params_field
impl ucp_params_field
Sourcepub const UCP_PARAM_FIELD_FEATURES: ucp_params_field
pub const UCP_PARAM_FIELD_FEATURES: ucp_params_field
< features
Source§impl ucp_params_field
impl ucp_params_field
Sourcepub const UCP_PARAM_FIELD_REQUEST_SIZE: ucp_params_field
pub const UCP_PARAM_FIELD_REQUEST_SIZE: ucp_params_field
< request_size
Source§impl ucp_params_field
impl ucp_params_field
Sourcepub const UCP_PARAM_FIELD_REQUEST_INIT: ucp_params_field
pub const UCP_PARAM_FIELD_REQUEST_INIT: ucp_params_field
< request_init
Source§impl ucp_params_field
impl ucp_params_field
Sourcepub const UCP_PARAM_FIELD_REQUEST_CLEANUP: ucp_params_field
pub const UCP_PARAM_FIELD_REQUEST_CLEANUP: ucp_params_field
< request_cleanup
Source§impl ucp_params_field
impl ucp_params_field
Sourcepub const UCP_PARAM_FIELD_TAG_SENDER_MASK: ucp_params_field
pub const UCP_PARAM_FIELD_TAG_SENDER_MASK: ucp_params_field
< tag_sender_mask
Source§impl ucp_params_field
impl ucp_params_field
Sourcepub const UCP_PARAM_FIELD_MT_WORKERS_SHARED: ucp_params_field
pub const UCP_PARAM_FIELD_MT_WORKERS_SHARED: ucp_params_field
< mt_workers_shared
Source§impl ucp_params_field
impl ucp_params_field
Sourcepub const UCP_PARAM_FIELD_ESTIMATED_NUM_EPS: ucp_params_field
pub const UCP_PARAM_FIELD_ESTIMATED_NUM_EPS: ucp_params_field
< estimated_num_eps
Source§impl ucp_params_field
impl ucp_params_field
Sourcepub const UCP_PARAM_FIELD_ESTIMATED_NUM_PPN: ucp_params_field
pub const UCP_PARAM_FIELD_ESTIMATED_NUM_PPN: ucp_params_field
< estimated_num_ppn
Source§impl ucp_params_field
impl ucp_params_field
Sourcepub const UCP_PARAM_FIELD_NAME: ucp_params_field
pub const UCP_PARAM_FIELD_NAME: ucp_params_field
< name
Trait Implementations§
Source§impl BitAnd for ucp_params_field
impl BitAnd for ucp_params_field
Source§impl BitAndAssign for ucp_params_field
impl BitAndAssign for ucp_params_field
Source§fn bitand_assign(&mut self, rhs: ucp_params_field)
fn bitand_assign(&mut self, rhs: ucp_params_field)
Performs the
&= operation. Read moreSource§impl BitOr for ucp_params_field
impl BitOr for ucp_params_field
Source§impl BitOrAssign for ucp_params_field
impl BitOrAssign for ucp_params_field
Source§fn bitor_assign(&mut self, rhs: ucp_params_field)
fn bitor_assign(&mut self, rhs: ucp_params_field)
Performs the
|= operation. Read moreSource§impl Clone for ucp_params_field
impl Clone for ucp_params_field
Source§fn clone(&self) -> ucp_params_field
fn clone(&self) -> ucp_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_params_field
impl Debug for ucp_params_field
Source§impl Hash for ucp_params_field
impl Hash for ucp_params_field
Source§impl PartialEq for ucp_params_field
impl PartialEq for ucp_params_field
impl Copy for ucp_params_field
impl Eq for ucp_params_field
impl StructuralPartialEq for ucp_params_field
Auto Trait Implementations§
impl Freeze for ucp_params_field
impl RefUnwindSafe for ucp_params_field
impl Send for ucp_params_field
impl Sync for ucp_params_field
impl Unpin for ucp_params_field
impl UnwindSafe for ucp_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