pub fn buffer_more(flags: u32) -> bool
Expand description
Return whether the buffer will be reused by future CQE completions
This corresponds to the IORING_CQE_BUF_MORE
flag, and it signals to
the consumer that it should expect further completions involging the
related buffer ID when the registered buffer ring was setup with
the IOU_PBUF_RING_INC
flag.