Struct brotli::ffi::decompressor::BrotliDecoderReturnInfo[][src]

#[repr(C)]
pub struct BrotliDecoderReturnInfo { pub decoded_size: usize, pub error_string: [u8; 256], pub error_code: BrotliDecoderErrorCode, pub result: BrotliResult, }

Fields

decoded_size: usizeerror_string: [u8; 256]error_code: BrotliDecoderErrorCoderesult: BrotliResult

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.