Module mio::buf [] [src]

Structs

ByteBuf

A Buf backed by a contiguous region of memory.

MutByteBuf
MutSliceBuf
RingBuf

Buf backed by a continous chunk of memory. Maintains a read cursor and a write cursor. When reads and writes reach the end of the allocated buffer, wraps around to the start.

SliceBuf

Traits

Buf

A trait for values that provide sequential read access to bytes.

MutBuf

A trait for values that provide sequential write access to bytes.