#[repr(C)]pub struct ucp_ep { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ucp_ep
impl RefUnwindSafe for ucp_ep
impl Send for ucp_ep
impl Sync for ucp_ep
impl Unpin for ucp_ep
impl UnwindSafe for ucp_ep
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