Struct zstd_safe::OutBuffer [] [src]

pub struct OutBuffer<'a> {
    pub dst: &'a mut [u8],
    pub pos: usize,
}

Fields