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