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

Trait Implementations

impl Debug for Elf32_Sym
[src]

[src]

Formats the value using the given formatter.

impl Copy for Elf32_Sym
[src]

impl Clone for Elf32_Sym
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more