Struct libc::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
ch_type: Elf32_Wordch_size: Elf32_Wordch_addralign: Elf32_WordTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.