Type Alias zstd_sys::ZSTD_outBuffer

source ·
pub type ZSTD_outBuffer = ZSTD_outBuffer_s;

Aliased Type§

struct ZSTD_outBuffer {
    pub dst: *mut c_void,
    pub size: usize,
    pub pos: usize,
}

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