Struct libelf_sys::Elf32_Chdr [] [src]

#[repr(C)]
pub struct Elf32_Chdr { pub ch_type: Elf32_Word, pub ch_size: Elf32_Word, pub ch_addralign: Elf32_Word, }

Fields

Trait Implementations

impl Debug for Elf32_Chdr
[src]

Formats the value using the given formatter.

impl Copy for Elf32_Chdr
[src]

impl Clone for Elf32_Chdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more