Enum brotli2::raw::DeStatus
[−]
[src]
pub enum DeStatus {
Finished,
NeedInput,
NeedOutput,
}Possible status results returned from decompressing.
Variants
FinishedDecompression was successful and has finished
NeedInputMore input is needed to continue
NeedOutputMore output is needed to continue
Trait Implementations
impl Debug for DeStatus[src]
impl Clone for DeStatus[src]
fn clone(&self) -> DeStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for DeStatus[src]
impl PartialEq for DeStatus[src]
fn eq(&self, __arg_0: &DeStatus) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.