[][src]Struct webp_sys::WebPAuxStats

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

coded_size: c_intPSNR: [f32; 5]block_count: [c_int; 3]header_bytes: [c_int; 2]residual_bytes: [[c_int; 4]; 3]segment_size: [c_int; 4]segment_quant: [c_int; 4]segment_level: [c_int; 4]alpha_data_size: c_intlayer_data_size: c_intlossless_features: u32histogram_bits: c_inttransform_bits: c_intcache_bits: c_intpalette_size: c_intlossless_size: c_intlossless_hdr_size: c_intlossless_data_size: c_intpad: [u32; 2]

Trait Implementations

impl Copy for WebPAuxStats[src]

impl Clone for WebPAuxStats[src]

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

Performs copy-assignment from source. Read more

impl Debug for WebPAuxStats[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]