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_Word
ch_size: Elf32_Word
ch_addralign: Elf32_Word
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.