Struct zstd_sys::ZSTD_inBuffer_s [] [src]

#[repr(C)]
pub struct ZSTD_inBuffer_s { pub src: *const c_void, pub size: usize, pub pos: usize, }

Streaming

Fields

< start of input buffer

< size of input buffer

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

Trait Implementations

impl Debug for ZSTD_inBuffer_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for ZSTD_inBuffer_s
[src]

impl Clone for ZSTD_inBuffer_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more