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
width: c_intheight: c_inthas_alpha: c_inthas_animation: c_intformat: c_intpad: [u32; 5]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebPBitstreamFeatures
impl Send for WebPBitstreamFeatures
impl Sync for WebPBitstreamFeatures
impl Unpin for WebPBitstreamFeatures
impl UnwindSafe for WebPBitstreamFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more
