Enum jpegxl_sys::bindings::decoder::JxlDecoderStatus[][src]

#[repr(C)]
pub enum JxlDecoderStatus {
Show 15 variants Success, Error, NeedMoreInput, NeedPreviewOutBuffer, NeedDcOutBuffer, NeedImageOutBuffer, JpegNeedMoreOutput, BasicInfo, Extensions, ColorEncoding, PreviewImage, Frame, DcImage, FullImage, JpegReconstruction,
}

Variants

Success
Error
NeedMoreInput
NeedPreviewOutBuffer
NeedDcOutBuffer
NeedImageOutBuffer
JpegNeedMoreOutput
BasicInfo
Extensions
ColorEncoding
PreviewImage
Frame
DcImage
FullImage
JpegReconstruction

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.