Home
last modified time | relevance | path

Searched refs:ReadBufParts (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/src/io/util/
Dvec_with_initialized.rs95 pub(crate) fn apply_read_buf(&mut self, parts: ReadBufParts) { in apply_read_buf() argument
117 pub(crate) struct ReadBufParts { struct
126 pub(crate) fn into_read_buf_parts(rb: ReadBuf<'_>) -> ReadBufParts { in into_read_buf_parts() argument
127 ReadBufParts { in into_read_buf_parts()