Home
last modified time | relevance | path

Searched defs:DataChannel (Results 1 – 3 of 3) sorted by relevance

/webrtc/data/src/data_channel/
H A Dmod.rs41 pub struct DataChannel { struct
52 impl DataChannel { argument
429 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()
/webrtc/webrtc/src/data_channel/
H A Dmod.rs264 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()
/webrtc/webrtc/src/stats/
H A Dmod.rs35 DataChannel, enumerator
68 DataChannel(DataChannelStats), enumerator