[−][src]Trait object::read::elf::CompressionHeader
A trait for generic access to CompressionHeader32
and CompressionHeader64
.
A trait for generic access to CompressionHeader32
and CompressionHeader64
.
fn ch_type(&self, endian: Self::Endian) -> u32
fn ch_size(&self, endian: Self::Endian) -> Self::Word
fn ch_addralign(&self, endian: Self::Endian) -> Self::Word
impl<Endian: Endian> CompressionHeader for CompressionHeader32<Endian>
[src]type Word = u32
type Endian = Endian
fn ch_type(&self, endian: Self::Endian) -> u32
[src]fn ch_size(&self, endian: Self::Endian) -> Self::Word
[src]fn ch_addralign(&self, endian: Self::Endian) -> Self::Word
[src]impl<Endian: Endian> CompressionHeader for CompressionHeader64<Endian>
[src]