#[repr(C)]pub struct uct_cm_attr {
pub field_mask: u64,
pub max_conn_priv: size_t,
}Expand description
@ingroup UCT_CLIENT_SERVER @brief Connection manager attributes, capabilities and limitations.
Fields§
§field_mask: u64Mask of valid fields in this structure, using bits from @ref uct_cm_attr_field. Fields not specified by this mask will be ignored.
max_conn_priv: size_tMax size of the connection manager’s private data used for connection establishment with sockaddr.
Trait Implementations§
Source§impl Clone for uct_cm_attr
impl Clone for uct_cm_attr
Source§fn clone(&self) -> uct_cm_attr
fn clone(&self) -> uct_cm_attr
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_cm_attr
impl Debug for uct_cm_attr
impl Copy for uct_cm_attr
Auto Trait Implementations§
impl Freeze for uct_cm_attr
impl RefUnwindSafe for uct_cm_attr
impl Send for uct_cm_attr
impl Sync for uct_cm_attr
impl Unpin for uct_cm_attr
impl UnwindSafe for uct_cm_attr
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