Union libwebp_sys::WebPDecBuffer__bindgen_ty_1 [−][src]
#[repr(C)]
pub union WebPDecBuffer__bindgen_ty_1 {
pub RGBA: WebPRGBABuffer,
pub YUVA: WebPYUVABuffer,
// some fields omitted
}Fields
RGBA: WebPRGBABufferYUVA: WebPYUVABufferTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebPDecBuffer__bindgen_ty_1
impl !Send for WebPDecBuffer__bindgen_ty_1
impl !Sync for WebPDecBuffer__bindgen_ty_1
impl Unpin for WebPDecBuffer__bindgen_ty_1
impl UnwindSafe for WebPDecBuffer__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more
