#[repr(transparent)]pub struct ucp_am_handler_param_field(pub c_uint);Expand description
@ingroup UCP_COMM @brief UCP AM receive data parameters fields and flags
The enumeration allows specifying which fields in @ref ucp_am_handler_param_t are present. It is used to enable backward compatibility support.
Tuple Fields§
§0: c_uintImplementations§
Source§impl ucp_am_handler_param_field
impl ucp_am_handler_param_field
Sourcepub const UCP_AM_HANDLER_PARAM_FIELD_ID: ucp_am_handler_param_field
pub const UCP_AM_HANDLER_PARAM_FIELD_ID: ucp_am_handler_param_field
Indicates that @ref ucp_am_handler_param_t.id field is valid.
Source§impl ucp_am_handler_param_field
impl ucp_am_handler_param_field
Sourcepub const UCP_AM_HANDLER_PARAM_FIELD_FLAGS: ucp_am_handler_param_field
pub const UCP_AM_HANDLER_PARAM_FIELD_FLAGS: ucp_am_handler_param_field
Indicates that @ref ucp_am_handler_param_t.flags field is valid.
Source§impl ucp_am_handler_param_field
impl ucp_am_handler_param_field
Sourcepub const UCP_AM_HANDLER_PARAM_FIELD_CB: ucp_am_handler_param_field
pub const UCP_AM_HANDLER_PARAM_FIELD_CB: ucp_am_handler_param_field
Indicates that @ref ucp_am_handler_param_t.cb field is valid.
Source§impl ucp_am_handler_param_field
impl ucp_am_handler_param_field
Sourcepub const UCP_AM_HANDLER_PARAM_FIELD_ARG: ucp_am_handler_param_field
pub const UCP_AM_HANDLER_PARAM_FIELD_ARG: ucp_am_handler_param_field
Indicates that @ref ucp_am_handler_param_t.arg field is valid.
Trait Implementations§
Source§impl BitAnd for ucp_am_handler_param_field
impl BitAnd for ucp_am_handler_param_field
Source§impl BitAndAssign for ucp_am_handler_param_field
impl BitAndAssign for ucp_am_handler_param_field
Source§fn bitand_assign(&mut self, rhs: ucp_am_handler_param_field)
fn bitand_assign(&mut self, rhs: ucp_am_handler_param_field)
Performs the
&= operation. Read moreSource§impl BitOr for ucp_am_handler_param_field
impl BitOr for ucp_am_handler_param_field
Source§impl BitOrAssign for ucp_am_handler_param_field
impl BitOrAssign for ucp_am_handler_param_field
Source§fn bitor_assign(&mut self, rhs: ucp_am_handler_param_field)
fn bitor_assign(&mut self, rhs: ucp_am_handler_param_field)
Performs the
|= operation. Read moreSource§impl Clone for ucp_am_handler_param_field
impl Clone for ucp_am_handler_param_field
Source§fn clone(&self) -> ucp_am_handler_param_field
fn clone(&self) -> ucp_am_handler_param_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_am_handler_param_field
impl Debug for ucp_am_handler_param_field
Source§impl Hash for ucp_am_handler_param_field
impl Hash for ucp_am_handler_param_field
impl Copy for ucp_am_handler_param_field
impl Eq for ucp_am_handler_param_field
impl StructuralPartialEq for ucp_am_handler_param_field
Auto Trait Implementations§
impl Freeze for ucp_am_handler_param_field
impl RefUnwindSafe for ucp_am_handler_param_field
impl Send for ucp_am_handler_param_field
impl Sync for ucp_am_handler_param_field
impl Unpin for ucp_am_handler_param_field
impl UnwindSafe for ucp_am_handler_param_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