展开描述
结构体§
- Chain
- A
Chainsequences two buffers. - Into
Iter - Iterator over the bytes contained by the buffer.
- Limit
- A
BufMutadapter which limits the amount of bytes that can be written to an underlying buffer. - Reader
- A
Bufadapter which implementsio::Readfor the inner value. - Take
- A
Bufadapter which limits the bytes read from an underlying buffer. - Uninit
Slice - Uninitialized byte slice.
- Writer
- A
BufMutadapter which implementsio::Writefor the inner value.