Struct libelf_sys::Elf32_Sym
[−]
[src]
#[repr(C)]pub struct Elf32_Sym { pub st_name: Elf32_Word, pub st_value: Elf32_Addr, pub st_size: Elf32_Word, pub st_info: c_uchar, pub st_other: c_uchar, pub st_shndx: Elf32_Section, }
Fields
st_name: Elf32_Word
st_value: Elf32_Addr
st_size: Elf32_Word
st_info: c_uchar
st_other: c_uchar
st_shndx: Elf32_Section
Trait Implementations
impl Debug for Elf32_Sym
[src]
impl Copy for Elf32_Sym
[src]
impl Clone for Elf32_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