Expand description
Structs§
- IoVec
Wrapper - A wrapper to make IoVecBuf impl IoBuf.
- IoVec
Wrapper Mut - A wrapper to make IoVecBufMut impl IoBufMut.
- MsgMeta
- RawBuf
- RawBuf is not a real buf. It only hold the pointer of the buffer. Users must make sure the buffer behind the pointer is always valid. Which means, user must:
- RawBuf
Vectored - RawBufVectored behaves like RawBuf. And user must obey the following restrictions:
- Slice
- An owned view into a contiguous sequence of bytes. Slice implements IoBuf.
- Slice
Mut - An owned view into a contiguous sequence of bytes. SliceMut implements IoBuf and IoBufMut.
- VecBuf
- A intermediate struct that impl IoVecBuf and IoVecBufMut.