Enum xmas_elf::sections::CompressionType [] [src]

pub enum CompressionType {
    Zlib,
    OsSpecific(u32),
    ProcessorSpecific(u32),
}

Variants

Trait Implementations

impl Debug for CompressionType
[src]

Formats the value using the given formatter.

impl PartialEq for CompressionType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CompressionType
[src]