#[repr(C)]
pub struct avifDecoder {
Show 23 fields pub codecChoice: avifCodecChoice, pub maxThreads: c_int, pub requestedSource: avifDecoderSource, pub allowProgressive: avifBool, pub allowIncremental: avifBool, pub ignoreExif: avifBool, pub ignoreXMP: avifBool, pub imageSizeLimit: u32, pub imageCountLimit: u32, pub strictFlags: avifStrictFlags, pub image: *mut avifImage, pub imageIndex: c_int, pub imageCount: c_int, pub progressiveState: avifProgressiveState, pub imageTiming: avifImageTiming, pub timescale: u64, pub duration: f64, pub durationInTimescales: u64, pub alphaPresent: avifBool, pub ioStats: avifIOStats, pub diag: avifDiagnostics, pub io: *mut avifIO, pub data: *mut avifDecoderData,
}

Fields

codecChoice: avifCodecChoicemaxThreads: c_intrequestedSource: avifDecoderSourceallowProgressive: avifBoolallowIncremental: avifBoolignoreExif: avifBoolignoreXMP: avifBoolimageSizeLimit: u32imageCountLimit: u32strictFlags: avifStrictFlagsimage: *mut avifImageimageIndex: c_intimageCount: c_intprogressiveState: avifProgressiveStateimageTiming: avifImageTimingtimescale: u64duration: f64durationInTimescales: u64alphaPresent: avifBoolioStats: avifIOStatsdiag: avifDiagnosticsio: *mut avifIOdata: *mut avifDecoderData

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.