Struct lzma::lzma_stream_wrapper::LzmaCodeResult
[−]
[src]
pub struct LzmaCodeResult {
pub ret: LzmaLibResult,
pub bytes_read: usize,
pub bytes_written: usize,
}Fields
ret | The return value of lzma_code |
bytes_read | The number of bytes read from input |
bytes_written | The number of bytes written to output |