Struct io_uring::opcode::Write [−][src]
pub struct Write { /* fields omitted */ }Expand description
Write to a file descriptor, equivalent to write(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.