Enum webp_animation::prelude::EncodingType
source · [−]pub enum EncodingType {
Lossy(LossyEncodingConfig),
Lossless,
}Expand description
Encoding type
Variants
Lossy(LossyEncodingConfig)
Lossy encoding
Lossless
Losless encoding. Default.
Implementations
sourceimpl EncodingType
impl EncodingType
Trait Implementations
sourceimpl Clone for EncodingType
impl Clone for EncodingType
sourcefn clone(&self) -> EncodingType
fn clone(&self) -> EncodingType
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
Auto Trait Implementations
impl RefUnwindSafe for EncodingType
impl Send for EncodingType
impl Sync for EncodingType
impl Unpin for EncodingType
impl UnwindSafe for EncodingType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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