Struct libavif_sys::avifDecoder[][src]

#[repr(C)]
pub struct avifDecoder {
Show fields pub codecChoice: avifCodecChoice, pub maxThreads: c_int, pub requestedSource: avifDecoderSource, pub image: *mut avifImage, pub imageIndex: c_int, pub imageCount: c_int, pub imageTiming: avifImageTiming, pub timescale: u64, pub duration: f64, pub durationInTimescales: u64, pub alphaPresent: avifBool, pub ignoreExif: avifBool, pub ignoreXMP: avifBool, pub ioStats: avifIOStats, pub io: *mut avifIO, pub data: *mut avifDecoderData,
}

Fields

codecChoice: avifCodecChoicemaxThreads: c_intrequestedSource: avifDecoderSourceimage: *mut avifImageimageIndex: c_intimageCount: c_intimageTiming: avifImageTimingtimescale: u64duration: f64durationInTimescales: u64alphaPresent: avifBoolignoreExif: avifBoolignoreXMP: avifBoolioStats: avifIOStatsio: *mut avifIOdata: *mut avifDecoderData

Trait Implementations

impl Clone for avifDecoder[src]

impl Copy for avifDecoder[src]

impl Debug for avifDecoder[src]

impl Default for avifDecoder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.