[−][src]Struct webp_dev::WebPPicture
Fields
use_argb: c_intcolorspace: WebPEncCSPwidth: c_intheight: c_inty: *mut u8u: *mut u8v: *mut u8y_stride: c_intuv_stride: c_inta: *mut u8a_stride: c_intpad1: [u32; 2]argb: *mut u32argb_stride: c_intpad2: [u32; 3]writer: WebPWriterFunctioncustom_ptr: *mut c_voidextra_info_type: c_intextra_info: *mut u8stats: *mut WebPAuxStatserror_code: WebPEncodingErrorprogress_hook: WebPProgressHookuser_data: *mut c_voidpad3: [u32; 3]pad4: *mut u8pad5: *mut u8pad6: [u32; 8]memory_: *mut c_voidmemory_argb_: *mut c_voidpad7: [*mut c_void; 2]Trait Implementations
impl Clone for WebPPicture[src]
fn clone(&self) -> WebPPicture[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for WebPPicture[src]
impl Debug for WebPPicture[src]
Auto Trait Implementations
impl !Send for WebPPicture
impl !Sync for WebPPicture
impl Unpin for WebPPicture
impl UnwindSafe for WebPPicture
impl RefUnwindSafe for WebPPicture
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,