#[repr(C)]
pub struct avifDecoder {
Show 24 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 imageDimensionLimit: 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: avifCodecChoice§maxThreads: c_int§requestedSource: avifDecoderSource§allowProgressive: avifBool§allowIncremental: avifBool§ignoreExif: avifBool§ignoreXMP: avifBool§imageSizeLimit: u32§imageDimensionLimit: u32§imageCountLimit: u32§strictFlags: avifStrictFlags§image: *mut avifImage§imageIndex: c_int§imageCount: c_int§progressiveState: avifProgressiveState§imageTiming: avifImageTiming§timescale: u64§duration: f64§durationInTimescales: u64§alphaPresent: avifBool§ioStats: avifIOStats§diag: avifDiagnostics§io: *mut avifIO§data: *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
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.