Union libwebp_sys::__WebPDecBufferUnion
source · #[repr(C)]
pub union __WebPDecBufferUnion {
pub RGBA: WebPRGBABuffer,
pub YUVA: WebPYUVABuffer,
}
Fields§
§RGBA: WebPRGBABuffer
§YUVA: WebPYUVABuffer
Trait Implementations§
source§impl Clone for __WebPDecBufferUnion
impl Clone for __WebPDecBufferUnion
source§fn clone(&self) -> __WebPDecBufferUnion
fn clone(&self) -> __WebPDecBufferUnion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more