Struct miniz_oxide::inflate::core::DecompressorOxide[][src]

pub struct DecompressorOxide { /* fields omitted */ }
Expand description

Main decompression struct.

Implementations

Create a new tinfl_decompressor with all fields set to 0.

Set the current state to Start.

Returns the adler32 checksum of the currently decompressed data.

Trait Implementations

Create a new tinfl_decompressor with all fields set to 0.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.