Searched defs:DataChannel (Results 1 – 3 of 3) sorted by relevance
41 pub struct DataChannel { struct52 impl DataChannel { argument429 pub fn into_inner(self) -> Arc<DataChannel> { in into_inner()434 pub fn clone_inner(&self) -> Arc<DataChannel> { in clone_inner()679 fn as_ref(&self) -> &DataChannel { in as_ref()
264 pub(crate) async fn handle_open(&self, dc: Arc<data::data_channel::DataChannel>) { in handle_open()301 data_channel: Arc<data::data_channel::DataChannel>, in read_loop()406 pub async fn detach(&self) -> Result<Arc<data::data_channel::DataChannel>> { in detach()
35 DataChannel, enumerator68 DataChannel(DataChannelStats), enumerator