Struct libwebp_sys::WebPDecoderOptions [] [src]

#[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

Trait Implementations

impl Debug for WebPDecoderOptions
[src]

[src]

Formats the value using the given formatter.

impl Copy for WebPDecoderOptions
[src]

impl Clone for WebPDecoderOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more