Enum miniz_oxide::DataFormat [−][src]
pub enum DataFormat { Zlib, Raw, }
How compressed data is wrapped.
Variants
Wrapped using the zlib format.
Raw DEFLATE.
Trait Implementations
impl Clone for DataFormat
[src]
impl Clone for DataFormat
[src]fn clone(&self) -> DataFormat
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for DataFormat
[src]
impl Hash for DataFormat
[src]impl PartialEq<DataFormat> for DataFormat
[src]
impl PartialEq<DataFormat> for DataFormat
[src]fn eq(&self, other: &DataFormat) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for DataFormat
[src]
impl Eq for DataFormat
[src]
impl StructuralEq for DataFormat
[src]
impl StructuralPartialEq for DataFormat
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.