Enum libelf_sys::Elf_Kind
[−]
[src]
#[repr(u32)]pub enum Elf_Kind { ELF_K_NONE, ELF_K_AR, ELF_K_COFF, ELF_K_ELF, ELF_K_NUM, }
Variants
ELF_K_NONEELF_K_ARELF_K_COFFELF_K_ELFELF_K_NUMTrait Implementations
impl Debug for Elf_Kind[src]
impl Copy for Elf_Kind[src]
impl Clone for Elf_Kind[src]
fn clone(&self) -> Elf_Kind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for Elf_Kind[src]
fn eq(&self, __arg_0: &Elf_Kind) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.