Struct io_uring::opcode::Writev [−][src]
pub struct Writev { /* fields omitted */ }Expand description
Vectored write, equivalent to pwritev2(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 write operations, contains a bitwise OR of per-I/O flags,
as described in the preadv2(2) man page.