Struct io_uring::opcode::Readv [−][src]
pub struct Readv { /* fields omitted */ }Expand description
Vectored read, equivalent to preadv2(2).
Implementations
The opcode of the operation. This can be passed to
Probe::is_supported to check if this operation is
supported with the current kernel.
specified for read operations, contains a bitwise OR of per-I/O flags,
as described in the preadv2(2) man page.