Enum brotli2::raw::CoStatus [−][src]
pub enum CoStatus { Finished, Unfinished, }
Indication of whether a compression operation is 'complete'. This does
not indicate whether the whole stream is complete - see Compress::compress
for details.
Variants
Finished
The operation completed successfully
Unfinished
The operation has more work to do and needs to be called again with the same buffer
Trait Implementations
impl Debug for CoStatus
[src]
impl Debug for CoStatus
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 CoStatus
[src]
impl Clone for CoStatus
fn clone(&self) -> CoStatus
[src]
fn clone(&self) -> CoStatus
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 CoStatus
[src]
impl Copy for CoStatus
impl PartialEq for CoStatus
[src]
impl PartialEq for CoStatus
fn eq(&self, other: &CoStatus) -> bool
[src]
fn eq(&self, other: &CoStatus) -> 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 CoStatus
[src]
impl Eq for CoStatus