#[repr(transparent)]pub struct uct_ep_connect_params_field(pub c_uint);Expand description
@ingroup UCT_CLIENT_SERVER @brief UCT endpoint connected by @ref uct_ep_connect parameters field mask.
The enumeration allows specifying which fields in @ref uct_ep_connect_params_t are present, for backward compatibility support.
Tuple Fields§
§0: c_uintImplementations§
Source§impl uct_ep_connect_params_field
impl uct_ep_connect_params_field
Sourcepub const UCT_EP_CONNECT_PARAM_FIELD_PRIVATE_DATA: uct_ep_connect_params_field
pub const UCT_EP_CONNECT_PARAM_FIELD_PRIVATE_DATA: uct_ep_connect_params_field
Enables @ref uct_ep_connect_params::private_data
Source§impl uct_ep_connect_params_field
impl uct_ep_connect_params_field
Sourcepub const UCT_EP_CONNECT_PARAM_FIELD_PRIVATE_DATA_LENGTH: uct_ep_connect_params_field
pub const UCT_EP_CONNECT_PARAM_FIELD_PRIVATE_DATA_LENGTH: uct_ep_connect_params_field
Enables @ref uct_ep_connect_params::private_data_length
Trait Implementations§
Source§impl BitAnd for uct_ep_connect_params_field
impl BitAnd for uct_ep_connect_params_field
Source§impl BitAndAssign for uct_ep_connect_params_field
impl BitAndAssign for uct_ep_connect_params_field
Source§fn bitand_assign(&mut self, rhs: uct_ep_connect_params_field)
fn bitand_assign(&mut self, rhs: uct_ep_connect_params_field)
Performs the
&= operation. Read moreSource§impl BitOr for uct_ep_connect_params_field
impl BitOr for uct_ep_connect_params_field
Source§impl BitOrAssign for uct_ep_connect_params_field
impl BitOrAssign for uct_ep_connect_params_field
Source§fn bitor_assign(&mut self, rhs: uct_ep_connect_params_field)
fn bitor_assign(&mut self, rhs: uct_ep_connect_params_field)
Performs the
|= operation. Read moreSource§impl Clone for uct_ep_connect_params_field
impl Clone for uct_ep_connect_params_field
Source§fn clone(&self) -> uct_ep_connect_params_field
fn clone(&self) -> uct_ep_connect_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 uct_ep_connect_params_field
impl Debug for uct_ep_connect_params_field
Source§impl Hash for uct_ep_connect_params_field
impl Hash for uct_ep_connect_params_field
impl Copy for uct_ep_connect_params_field
impl Eq for uct_ep_connect_params_field
impl StructuralPartialEq for uct_ep_connect_params_field
Auto Trait Implementations§
impl Freeze for uct_ep_connect_params_field
impl RefUnwindSafe for uct_ep_connect_params_field
impl Send for uct_ep_connect_params_field
impl Sync for uct_ep_connect_params_field
impl Unpin for uct_ep_connect_params_field
impl UnwindSafe for uct_ep_connect_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