跳到主要内容

Module named_pipe

搜索

Module named_pipe 

源代码
展开描述

Windows 命名管道 的 Tokio 支持。

结构体§

ClientOptions
A builder suitable for building and interacting with named pipes from the client side.
NamedPipeClient
A Windows named pipe client.
NamedPipeServer
A Windows named pipe server.
PipeInfo
Information about a named pipe.
ServerOptions
A builder structure for construct a named pipe with named pipe-specific options. This is required to use for named pipe servers who wants to modify pipe-related options.

枚举§

PipeEnd
Indicates the end of a named pipe.
PipeMode
The pipe mode of a named pipe.