Struct libwebp_sys::WebPConfig [−][src]
Fields
lossless: c_intquality: c_floatmethod: c_intimage_hint: WebPImageHinttarget_size: c_inttarget_PSNR: c_floatsegments: 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_intThis is supported on crate feature
0_5 only.exact: c_intThis is supported on crate feature
0_5 only.use_delta_palette: c_intThis is supported on crate feature
0_6 only.use_sharp_yuv: c_intThis is supported on crate feature
0_6 only.qmin: c_intThis is supported on crate feature
1_2 only.qmax: c_intThis is supported on crate feature
1_2 only.Trait Implementations
impl Clone for WebPConfig[src]
fn clone(&self) -> WebPConfig[src]
pub 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 RefUnwindSafe for WebPConfig[src]
impl Send for WebPConfig[src]
impl Sync for WebPConfig[src]
impl Unpin for WebPConfig[src]
impl UnwindSafe for WebPConfig[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,