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
Trait Implementations§
source§impl Clone for ZSTD_outBuffer_s
impl Clone for ZSTD_outBuffer_s
source§fn clone(&self) -> ZSTD_outBuffer_s
fn clone(&self) -> ZSTD_outBuffer_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