Struct lunatic_networking_api::TcpConnection
source · [−]pub struct TcpConnection {
pub reader: Mutex<OwnedReadHalf>,
pub writer: Mutex<OwnedWriteHalf>,
}
Fields
reader: Mutex<OwnedReadHalf>
writer: Mutex<OwnedWriteHalf>
Implementations
sourceimpl TcpConnection
impl TcpConnection
Auto Trait Implementations
impl !RefUnwindSafe for TcpConnection
impl Send for TcpConnection
impl Sync for TcpConnection
impl Unpin for TcpConnection
impl UnwindSafe for TcpConnection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more