Enum libelf_sys::Elf_Type [] [src]

#[repr(u32)]
pub enum Elf_Type { ELF_T_BYTE, ELF_T_ADDR, ELF_T_DYN, ELF_T_EHDR, ELF_T_HALF, ELF_T_OFF, ELF_T_PHDR, ELF_T_RELA, ELF_T_REL, ELF_T_SHDR, ELF_T_SWORD, ELF_T_SYM, ELF_T_WORD, ELF_T_XWORD, ELF_T_SXWORD, ELF_T_VDEF, ELF_T_VDAUX, ELF_T_VNEED, ELF_T_VNAUX, ELF_T_NHDR, ELF_T_SYMINFO, ELF_T_MOVE, ELF_T_LIB, ELF_T_GNUHASH, ELF_T_AUXV, ELF_T_CHDR, ELF_T_NUM, }

Variants

Trait Implementations

impl Debug for Elf_Type
[src]

[src]

Formats the value using the given formatter.

impl Copy for Elf_Type
[src]

impl Clone for Elf_Type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Elf_Type
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Elf_Type
[src]

impl Hash for Elf_Type
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more