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
st_name: Elf64_Word
st_info: c_uchar
st_other: c_uchar
st_shndx: Elf64_Section
st_value: Elf64_Addr
st_size: Elf64_Xword
Trait Implementations
impl Debug for Elf64_Sym
[src]
impl Copy for Elf64_Sym
[src]
impl Clone for Elf64_Sym
[src]
fn clone(&self) -> Self
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