Searched defs:ReadBuf (Results 1 – 7 of 7) sorted by relevance
23 pub struct ReadBuf<'a> { struct29 impl<'a> ReadBuf<'a> { impl277 unsafe impl<'a> bytes::BufMut for ReadBuf<'a> { implementation302 impl fmt::Debug for ReadBuf<'_> { implementation
158 struct ReadBuf { struct164 impl ReadBuf { argument
35 impl<R, B> Future for ReadBuf<'_, R, B> implementation
6 public interface ReadBuf { interface
109 buf: &mut ReadBuf, in poll_read()
344 buf: &mut ReadBuf, in poll_read()
530 _buf: &mut ReadBuf, in poll_read()