[][src]Struct og_libwebp_sys::WebPDecBuffer

#[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 u8

Trait Implementations

impl Clone for WebPDecBuffer[src]

impl Copy for WebPDecBuffer[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]