#[repr(C)]pub struct uct_listener {
pub cm: uct_cm_h,
}Expand description
Listener for incoming connections
Fields§
§cm: uct_cm_hTrait Implementations§
Source§impl Clone for uct_listener
impl Clone for uct_listener
Source§fn clone(&self) -> uct_listener
fn clone(&self) -> uct_listener
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_listener
impl Debug for uct_listener
impl Copy for uct_listener
Auto Trait Implementations§
impl Freeze for uct_listener
impl RefUnwindSafe for uct_listener
impl !Send for uct_listener
impl !Sync for uct_listener
impl Unpin for uct_listener
impl UnwindSafe for uct_listener
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