#[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 Freeze for __WebPDecBufferUnion
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