#[repr(C)]pub struct ucp_listener { /* private fields */ }Trait Implementations§
Source§impl Clone for ucp_listener
impl Clone for ucp_listener
Source§fn clone(&self) -> ucp_listener
fn clone(&self) -> ucp_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 ucp_listener
impl Debug for ucp_listener
impl Copy for ucp_listener
Auto Trait Implementations§
impl Freeze for ucp_listener
impl RefUnwindSafe for ucp_listener
impl Send for ucp_listener
impl Sync for ucp_listener
impl Unpin for ucp_listener
impl UnwindSafe for ucp_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