DoxigAlpha

ReadBuffer

Used to select how the read should be handled.

Fields of this type

Fields

#
buffer:[]u8
io_uring will read directly into this buffer
iovecs:[]const posix.iovec
io_uring will read directly into these buffers using readv.
buffer_selection:struct { group_id: u16, len: usize, }
io_uring will select a buffer that has previously been provided with `provide_buffers`.