Struct elf::Section
[−]
[src]
pub struct Section {
pub shdr: SectionHeader,
pub data: Vec<u8>,
}Fields
shdr: SectionHeader
data: Vec<u8>