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