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 moresource§impl Debug for __WebPDecBufferUnion
impl Debug for __WebPDecBufferUnion
impl Copy for __WebPDecBufferUnion
Auto Trait Implementations§
impl RefUnwindSafe for __WebPDecBufferUnion
impl !Send for __WebPDecBufferUnion
impl !Sync for __WebPDecBufferUnion
impl Unpin for __WebPDecBufferUnion
impl UnwindSafe for __WebPDecBufferUnion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more