Struct io_uring::opcode::Send [−][src]
pub struct Send { /* fields omitted */ }Expand description
Send a message on a socket, equivalent to send(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.