Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/net/windows/
Dnamed_pipe.rs103 pub struct NamedPipeServer { struct
107 impl NamedPipeServer { impl
856 impl AsyncRead for NamedPipeServer { implementation
866 impl AsyncWrite for NamedPipeServer { implementation
892 impl AsRawHandle for NamedPipeServer { implementation
2208 pub fn create(&self, addr: impl AsRef<OsStr>) -> io::Result<NamedPipeServer> { in create()
2241 ) -> io::Result<NamedPipeServer> { in create_with_security_attributes_raw()