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: usizeThe number of bytes consumed from the input slice.
bytes_written: usizeThe number of bytes written to the output slice.
status: MZResultThe 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
impl RefUnwindSafe for StreamResult
impl Send for StreamResult
impl Sync for StreamResult
impl Unpin for StreamResult
impl UnwindSafe for StreamResult
Blanket Implementations
Mutably borrows from an owned value. Read more
