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
colorspace: WEBP_CSP_MODEwidth: c_intheight: c_intis_external_memory: c_intu: WebPDecBuffer__bindgen_ty_1pad: [u32; 4]private_memory: *mut u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebPDecBuffer
impl !Send for WebPDecBuffer
impl !Sync for WebPDecBuffer
impl Unpin for WebPDecBuffer
impl UnwindSafe for WebPDecBuffer
Blanket Implementations
Mutably borrows from an owned value. Read more
