Struct libwebp_sys::WebPAuxStats [] [src]

#[repr(C)]
pub struct WebPAuxStats { pub coded_size: c_int, pub PSNR: [f32; 5], pub block_count: [c_int; 3], pub header_bytes: [c_int; 2], pub residual_bytes: [[c_int; 4]; 3], pub segment_size: [c_int; 4], pub segment_quant: [c_int; 4], pub segment_level: [c_int; 4], pub alpha_data_size: c_int, pub layer_data_size: c_int, pub lossless_features: u32, pub histogram_bits: c_int, pub transform_bits: c_int, pub cache_bits: c_int, pub palette_size: c_int, pub lossless_size: c_int, pub lossless_hdr_size: c_int, pub lossless_data_size: c_int, pub pad: [u32; 2], }

Fields

Trait Implementations

impl Debug for WebPAuxStats
[src]

[src]

Formats the value using the given formatter.

impl Copy for WebPAuxStats
[src]

impl Clone for WebPAuxStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more