Struct zstd_sys::ZSTD_inBuffer_s
source · Expand description
Streaming
Fields§
§src: *const c_void
< start of input buffer
size: usize
< size of input buffer
pos: usize
< position where reading stopped. Will be updated. Necessarily 0 <= pos <= size
Trait Implementations§
source§impl Clone for ZSTD_inBuffer_s
impl Clone for ZSTD_inBuffer_s
source§fn clone(&self) -> ZSTD_inBuffer_s
fn clone(&self) -> ZSTD_inBuffer_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more