Struct kagamijxl::DecodeProgress[][src]

pub struct DecodeProgress {
    pub basic_info: BasicInfo,
    pub color_profile: Vec<u8>,
    pub preview: Vec<u8>,
    pub frames: Vec<Frame>,
    // some fields omitted
}

Fields

basic_info: BasicInfocolor_profile: Vec<u8>

Can be empty unless need_color_profile is specified

preview: Vec<u8>

Can be empty unless need_optional_preview is specified

frames: Vec<Frame>

Can be empty if neither of need_frame_header nor need_frame is specified

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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.