Struct libwebp_sys::WebPBitstreamFeatures [] [src]

#[repr(C)]
pub struct WebPBitstreamFeatures { pub width: c_int, pub height: c_int, pub has_alpha: c_int, pub has_animation: c_int, pub format: c_int, pub pad: [u32; 5], }

Fields

Trait Implementations

impl Debug for WebPBitstreamFeatures
[src]

[src]

Formats the value using the given formatter.

impl Copy for WebPBitstreamFeatures
[src]

impl Clone for WebPBitstreamFeatures
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more