Struct libwebp_sys::WebPDecBuffer
source · [−]#[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
sourceimpl Clone for WebPDecBuffer
impl Clone for WebPDecBuffer
sourcefn clone(&self) -> WebPDecBuffer
fn clone(&self) -> WebPDecBuffer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WebPDecBuffer
impl Debug for WebPDecBuffer
impl Copy for WebPDecBuffer
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more