Enum webp_animation::EncodingType
source · pub enum EncodingType {
Lossy(LossyEncodingConfig),
Lossless,
}Expand description
Encoding type
Variants§
Implementations§
source§impl EncodingType
impl EncodingType
Trait Implementations§
source§impl Clone for EncodingType
impl Clone for EncodingType
source§fn clone(&self) -> EncodingType
fn clone(&self) -> EncodingType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more