Searched defs:StreamChannel (Results 1 – 4 of 4) sorted by relevance
70 pub struct StreamChannel { struct84 // Held for the entire duration of a read. This enables the StreamChannel to be sync, argument107 // For StreamChannels created via pair_with_buffer_size, allows the channel to accept messages argument123 impl Serialize for StreamChannel { implementation148 impl Drop for StreamChannel { implementation158 impl StreamChannel { impl317 ) -> Result<(StreamChannel, StreamChannel)> { in from_pipes() argument355 ) -> Result<(StreamChannel, StreamChannel)> { in pair_with_buffer_size() argument370 ) -> Result<(StreamChannel, StreamChannel)> { in pair() argument388 impl io::Write for StreamChannel { implementation[all …]
34 impl io::Read for StreamChannel { implementation40 impl io::Read for &StreamChannel { implementation46 impl AsRawDescriptor for StreamChannel { implementation62 pub struct StreamChannel { struct66 impl StreamChannel { implementation131 ) -> Result<(StreamChannel, StreamChannel)> { in pair() argument150 pub fn from_unix_seqpacket(sock: UnixSeqpacket) -> StreamChannel { in from_unix_seqpacket()192 impl io::Write for StreamChannel { implementation207 impl io::Write for &StreamChannel { implementation222 impl AsRawFd for StreamChannel { implementation[all …]
369 impl ScmSocket for StreamChannel { implementation
361 event_pipe: StreamChannel, in create_multi_touch_device()380 fn create_mouse_device(cfg: &Config, event_pipe: StreamChannel, idx: u32) -> DeviceResult { in create_mouse_device()