Enum brotli2::raw::DeStatus[][src]

pub enum DeStatus {
    Finished,
    NeedInput,
    NeedOutput,
}

Possible status results returned from decompressing.

Variants

Decompression was successful and has finished

More input is needed to continue

More output is needed to continue

Trait Implementations

impl Debug for DeStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for DeStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DeStatus
[src]

impl PartialEq for DeStatus
[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 DeStatus
[src]

Auto Trait Implementations

impl Send for DeStatus

impl Sync for DeStatus