Enum image::codecs::png::CompressionType [−][src]
pub enum CompressionType { Default, Fast, Best, Huffman, Rle, // some variants omitted }
Compression level of a PNG encoder. The default setting is Fast
.
Variants
Default compression level
Fast, minimal compression
High compression level
Huffman coding compression
Run-length encoding compression
Trait Implementations
impl Clone for CompressionType
[src][+]
impl Copy for CompressionType
[src]
impl Debug for CompressionType
[src][+]
impl Default for CompressionType
[src][+]
impl Eq for CompressionType
[src]
impl PartialEq<CompressionType> for CompressionType
[src][+]
impl StructuralEq for CompressionType
[src]
impl StructuralPartialEq for CompressionType
[src]
Auto Trait Implementations
impl RefUnwindSafe for CompressionType
impl Send for CompressionType
impl Sync for CompressionType
impl Unpin for CompressionType
impl UnwindSafe for CompressionType
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,