Struct libelf_sys::Elf_Arsym
[−]
[src]
#[repr(C)]pub struct Elf_Arsym { pub as_name: *mut c_char, pub as_off: usize, pub as_hash: c_ulong, }
Fields
as_name: *mut c_char
as_off: usize
as_hash: c_ulong
Trait Implementations
impl Debug for Elf_Arsym
[src]
impl Copy for Elf_Arsym
[src]
impl Clone for Elf_Arsym
[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