Enum object::read::CompressionFormat [−][src]
pub enum CompressionFormat {
None,
Unknown,
Zlib,
}A data compression format.
Variants
The data is uncompressed.
The data is compressed, but the compression format is unknown.
ZLIB/DEFLATE.
Used for ELF compression and GNU compressed debug information.
Trait Implementations
impl Clone for CompressionFormat[src]
impl Clone for CompressionFormat[src]fn clone(&self) -> CompressionFormat[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for CompressionFormat[src]
impl Hash for CompressionFormat[src]impl PartialEq<CompressionFormat> for CompressionFormat[src]
impl PartialEq<CompressionFormat> for CompressionFormat[src]fn eq(&self, other: &CompressionFormat) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for CompressionFormat[src]
impl Eq for CompressionFormat[src]
impl StructuralEq for CompressionFormat[src]
impl StructuralPartialEq for CompressionFormat[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.