[][src]Struct webp_sys::WebPDecoderOptions

#[repr(C)]
pub struct WebPDecoderOptions { pub bypass_filtering: c_int, pub no_fancy_upsampling: c_int, pub use_cropping: c_int, pub crop_left: c_int, pub crop_top: c_int, pub crop_width: c_int, pub crop_height: c_int, pub use_scaling: c_int, pub scaled_width: c_int, pub scaled_height: c_int, pub use_threads: c_int, pub dithering_strength: c_int, pub flip: c_int, pub alpha_dithering_strength: c_int, pub pad: [u32; 5], }

Fields

bypass_filtering: c_intno_fancy_upsampling: c_intuse_cropping: c_intcrop_left: c_intcrop_top: c_intcrop_width: c_intcrop_height: c_intuse_scaling: c_intscaled_width: c_intscaled_height: c_intuse_threads: c_intdithering_strength: c_intflip: c_intalpha_dithering_strength: c_intpad: [u32; 5]

Trait Implementations

impl Copy for WebPDecoderOptions[src]

impl Clone for WebPDecoderOptions[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for WebPDecoderOptions[src]

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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