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

The operation completed successfully

The operation has more work to do and needs to be called again with the same buffer

Trait Implementations

impl Debug for CoStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for CoStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CoStatus
[src]

impl PartialEq for CoStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CoStatus
[src]

Auto Trait Implementations

impl Send for CoStatus

impl Sync for CoStatus