Struct zstd_safe::InBuffer [−][src]
Expand description
Wrapper around an input buffer.
Bytes will be read starting at src[pos].
pos will be updated after reading.
Fields
src: &'a [u8]pos: usizeWrapper around an input buffer.
Bytes will be read starting at src[pos].
pos will be updated after reading.
src: &'a [u8]pos: usize