Struct libwebp_sys::WebPDecBuffer [] [src]

#[repr(C)]
pub struct WebPDecBuffer { pub colorspace: WEBP_CSP_MODE, pub width: c_int, pub height: c_int, pub is_external_memory: c_int, pub u: WebPDecBuffer__bindgen_ty_1, pub pad: [u32; 4], pub private_memory: *mut u8, }

Fields

Trait Implementations

impl Copy for WebPDecBuffer
[src]

impl Clone for WebPDecBuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more