Struct kagamijxl::Decoder[][src]

pub struct Decoder {
    pub keep_orientation: Option<bool>,
    pub need_color_profile: bool,
    pub need_optional_preview: bool,
    pub no_full_frame: bool,
    pub stop_on_frame: bool,
    pub allow_partial: bool,
}

Fields

keep_orientation: Option<bool>need_color_profile: boolneed_optional_preview: boolno_full_frame: boolstop_on_frame: bool

Specify if you want to stop on the first frame decode

allow_partial: bool

Specify when partial input is expected

Implementations

Trait Implementations

Returns the “default value” for a type. 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.