#[repr(transparent)]pub struct ucp_feature(pub c_uint);Expand description
@ingroup UCP_CONTEXT @brief UCP configuration features
The enumeration list describes the features supported by UCP. An application can request the features using @ref ucp_params_t “UCP parameters” during @ref ucp_init “UCP initialization” process.
Tuple Fields§
§0: c_uintImplementations§
Source§impl ucp_feature
impl ucp_feature
Sourcepub const UCP_FEATURE_TAG: ucp_feature
pub const UCP_FEATURE_TAG: ucp_feature
< Request tag matching support
Source§impl ucp_feature
impl ucp_feature
Sourcepub const UCP_FEATURE_RMA: ucp_feature
pub const UCP_FEATURE_RMA: ucp_feature
< Request remote memory access support
Source§impl ucp_feature
impl ucp_feature
Sourcepub const UCP_FEATURE_AMO32: ucp_feature
pub const UCP_FEATURE_AMO32: ucp_feature
< Request 32-bit atomic operations support
Source§impl ucp_feature
impl ucp_feature
Sourcepub const UCP_FEATURE_AMO64: ucp_feature
pub const UCP_FEATURE_AMO64: ucp_feature
< Request 64-bit atomic operations support
Source§impl ucp_feature
impl ucp_feature
Sourcepub const UCP_FEATURE_WAKEUP: ucp_feature
pub const UCP_FEATURE_WAKEUP: ucp_feature
< Request interrupt notification support
Source§impl ucp_feature
impl ucp_feature
Sourcepub const UCP_FEATURE_STREAM: ucp_feature
pub const UCP_FEATURE_STREAM: ucp_feature
< Request stream support
Source§impl ucp_feature
impl ucp_feature
Sourcepub const UCP_FEATURE_AM: ucp_feature
pub const UCP_FEATURE_AM: ucp_feature
< Request Active Message support
Trait Implementations§
Source§impl BitAnd for ucp_feature
impl BitAnd for ucp_feature
Source§impl BitAndAssign for ucp_feature
impl BitAndAssign for ucp_feature
Source§fn bitand_assign(&mut self, rhs: ucp_feature)
fn bitand_assign(&mut self, rhs: ucp_feature)
Performs the
&= operation. Read moreSource§impl BitOr for ucp_feature
impl BitOr for ucp_feature
Source§impl BitOrAssign for ucp_feature
impl BitOrAssign for ucp_feature
Source§fn bitor_assign(&mut self, rhs: ucp_feature)
fn bitor_assign(&mut self, rhs: ucp_feature)
Performs the
|= operation. Read moreSource§impl Clone for ucp_feature
impl Clone for ucp_feature
Source§fn clone(&self) -> ucp_feature
fn clone(&self) -> ucp_feature
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_feature
impl Debug for ucp_feature
Source§impl Hash for ucp_feature
impl Hash for ucp_feature
Source§impl PartialEq for ucp_feature
impl PartialEq for ucp_feature
impl Copy for ucp_feature
impl Eq for ucp_feature
impl StructuralPartialEq for ucp_feature
Auto Trait Implementations§
impl Freeze for ucp_feature
impl RefUnwindSafe for ucp_feature
impl Send for ucp_feature
impl Sync for ucp_feature
impl Unpin for ucp_feature
impl UnwindSafe for ucp_feature
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