Home
last modified time | relevance | path

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

/webrtc/data/src/data_channel/
H A Dmod.rs395 pub struct PollDataChannel { struct
405 impl PollDataChannel { argument
481 impl AsyncRead for PollDataChannel { implementation
552 impl AsyncWrite for PollDataChannel { implementation
663 impl Clone for PollDataChannel { implementation
664 fn clone(&self) -> PollDataChannel { in clone()
669 impl fmt::Debug for PollDataChannel { implementation
678 impl AsRef<DataChannel> for PollDataChannel { implementation