[−][src]Struct webp_dev::WebPConfig
Fields
lossless: c_intquality: f32method: c_intimage_hint: WebPImageHinttarget_size: c_inttarget_PSNR: f32segments: c_intsns_strength: c_intfilter_strength: c_intfilter_sharpness: c_intfilter_type: c_intautofilter: c_intalpha_compression: c_intalpha_filtering: c_intalpha_quality: c_intpass: c_intshow_compressed: c_intpreprocessing: c_intpartitions: c_intpartition_limit: c_intemulate_jpeg_size: c_intthread_level: c_intlow_memory: c_intnear_lossless: c_intexact: c_intuse_delta_palette: c_intuse_sharp_yuv: c_intpad: [u32; 2]Trait Implementations
impl Clone for WebPConfig[src]
fn clone(&self) -> WebPConfig[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for WebPConfig[src]
impl Debug for WebPConfig[src]
Auto Trait Implementations
impl Send for WebPConfig
impl Sync for WebPConfig
impl Unpin for WebPConfig
impl UnwindSafe for WebPConfig
impl RefUnwindSafe for WebPConfig
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,