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

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

Variants

ZlibOsSpecific(u32)ProcessorSpecific(u32)

Trait Implementations

impl Eq for CompressionType
[src]

impl PartialEq for CompressionType
[src]

fn eq(&self, __arg_0: &CompressionType) -> bool

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

fn ne(&self, __arg_0: &CompressionType) -> bool

This method tests for !=.

impl Debug for CompressionType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.