Module bufpool

Module bufpool 

Source

Structs§

Buf
A read-only buffer. Can be cloned, but cannot be written to.
BufMut
A mutable buffer. Cannot be cloned, but can be written to

Enums§

Error

Constants§

BUF_POOL
BUF_SIZE
NUM_BUF

Traits§

IoBufMut
The IoBufMut trait is implemented by buffer types that can be passed to io-uring operations.

Type Aliases§

BufResult