Struct zstd::stream::raw::InBuffer [−][src]
Wrapper around an input buffer.
Bytes will be read starting at src[pos].
pos will be updated after reading.
Fields
src: &'a [u8]pos: usizeImplementations
impl<'a> InBuffer<'a>[src]
impl<'a> InBuffer<'a>[src]