Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/windows/
Dnamed_pipe.rs104 pub struct NamedPipeServer { struct
108 impl NamedPipeServer { argument
890 impl AsyncRead for NamedPipeServer { implementation
900 impl AsyncWrite for NamedPipeServer { implementation
926 impl AsRawHandle for NamedPipeServer { implementation
932 impl AsHandle for NamedPipeServer { implementation
2274 pub fn create(&self, addr: impl AsRef<OsStr>) -> io::Result<NamedPipeServer> { in create()
2307 ) -> io::Result<NamedPipeServer> { in create_with_security_attributes_raw()