Struct miniz_oxide::StreamResult [−][src]
pub struct StreamResult { pub bytes_consumed: usize, pub bytes_written: usize, pub status: MZResult, }
Expand description
A structure containg the result of a call to the inflate or deflate streaming functions.
Fields
bytes_consumed: usize
The number of bytes consumed from the input slice.
bytes_written: usize
The number of bytes written to the output slice.
status: MZResult
The return status of the call.
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more