Type Alias object::read::elf::ElfSection64

source ·
pub type ElfSection64<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSection<'data, 'file, FileHeader64<Endian>, R>;
Expand description

A section in an ElfFile64.

Aliased Type§

struct ElfSection64<'data, 'file, Endian = Endianness, R = &'data [u8]> { /* private fields */ }