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§
Constants§
Traits§
- IoBuf
Mut - The IoBufMut trait is implemented by buffer types that can be passed to io-uring operations.