Struct libavif_sys::avifEncoder[][src]

#[repr(C)]
pub struct avifEncoder {
Show fields pub codecChoice: avifCodecChoice, pub maxThreads: c_int, pub minQuantizer: c_int, pub maxQuantizer: c_int, pub minQuantizerAlpha: c_int, pub maxQuantizerAlpha: c_int, pub tileRowsLog2: c_int, pub tileColsLog2: c_int, pub speed: c_int, pub keyframeInterval: c_int, pub timescale: u64, pub ioStats: avifIOStats, pub data: *mut avifEncoderData, pub csOptions: *mut avifCodecSpecificOptions,
}

Fields

codecChoice: avifCodecChoicemaxThreads: c_intminQuantizer: c_intmaxQuantizer: c_intminQuantizerAlpha: c_intmaxQuantizerAlpha: c_inttileRowsLog2: c_inttileColsLog2: c_intspeed: c_intkeyframeInterval: c_inttimescale: u64ioStats: avifIOStatsdata: *mut avifEncoderDatacsOptions: *mut avifCodecSpecificOptions

Trait Implementations

impl Clone for avifEncoder[src]

impl Copy for avifEncoder[src]

impl Debug for avifEncoder[src]

impl Default for avifEncoder[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.