Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
iovec - Rust
[go: Go Back, main page]

Crate iovec

Source
Expand description

A specialized byte slice type for performing vectored I/O operations.

For more detail, see IoVec documentation.

Modules§

unix
IoVec extensions for Unix platforms.

Structs§

IoVec
A specialized byte slice type for performing vectored I/O operations.

Constants§

MAX_LENGTH
Max length of an IoVec slice.