Struct libelf_sys::Elf64_Sym [] [src]

#[repr(C)]
pub struct Elf64_Sym { pub st_name: Elf64_Word, pub st_info: c_uchar, pub st_other: c_uchar, pub st_shndx: Elf64_Section, pub st_value: Elf64_Addr, pub st_size: Elf64_Xword, }

Fields

Trait Implementations

impl Debug for Elf64_Sym
[src]

Formats the value using the given formatter.

impl Copy for Elf64_Sym
[src]

impl Clone for Elf64_Sym
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more