Struct zstd_sys::ZSTD_outBuffer_s
source · [−]Fields
dst: *mut c_void
< start of output buffer
size: usize
< size of output buffer
pos: usize
< position where writing stopped. Will be updated. Necessarily 0 <= pos <= size
dst: *mut c_void
< start of output buffer
size: usize
< size of output buffer
pos: usize
< position where writing stopped. Will be updated. Necessarily 0 <= pos <= size