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