Struct zstd_sys::ZSTD_outBuffer_s [] [src]

#[repr(C)]
pub struct ZSTD_outBuffer_s { pub dst: *mut c_void, pub size: usize, pub pos: usize, }

Fields

< start of output buffer

< size of output buffer

< position where writing stopped. Will be updated. Necessarily 0 <= pos <= size

Trait Implementations

impl Debug for ZSTD_outBuffer_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for ZSTD_outBuffer_s
[src]

impl Clone for ZSTD_outBuffer_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more