Type Alias WebPDecBuffer

Source
pub type WebPDecBuffer = WebPDecBuffer;
Expand description

WebPDecBuffer: Generic structure for describing the output sample buffer.

Aliased Type§

struct WebPDecBuffer {
    pub colorspace: u32,
    pub width: i32,
    pub height: i32,
    pub is_external_memory: i32,
    pub u: WebPDecBuffer__bindgen_ty_1,
    pub pad: [u32; 4],
    pub private_memory: *mut u8,
}

Fields§

§colorspace: u32§width: i32§height: i32§is_external_memory: i32§u: WebPDecBuffer__bindgen_ty_1§pad: [u32; 4]§private_memory: *mut u8