Enum miniz_oxide::DataFormat [−][src]
pub enum DataFormat { Zlib, Raw, }
Expand description
How compressed data is wrapped.
Variants
Wrapped using the zlib format.
Raw DEFLATE.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataFormat
impl Send for DataFormat
impl Sync for DataFormat
impl Unpin for DataFormat
impl UnwindSafe for DataFormat
Blanket Implementations
Mutably borrows from an owned value. Read more