Searched refs:NetConnection (Results 1 – 3 of 3) sorted by relevance
19 netconnection::writer::{ConnectProperties, NetConnection},342 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in send_connect()378 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in send_create_stream()424 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in send_play()
19 netconnection::writer::{ConnectProperties, NetConnection},460 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in on_connect()478 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in on_create_stream()
64 pub struct NetConnection { struct69 impl NetConnection { argument