Struct libelf_sys::Elf_Arhdr
[−]
[src]
#[repr(C)]pub struct Elf_Arhdr { pub ar_name: *mut c_char, pub ar_date: time_t, pub ar_uid: uid_t, pub ar_gid: gid_t, pub ar_mode: mode_t, pub ar_size: i64, pub ar_rawname: *mut c_char, }
Fields
ar_name: *mut c_char
ar_date: time_t
ar_uid: uid_t
ar_gid: gid_t
ar_mode: mode_t
ar_size: i64
ar_rawname: *mut c_char
Trait Implementations
impl Debug for Elf_Arhdr
[src]
impl Copy for Elf_Arhdr
[src]
impl Clone for Elf_Arhdr
[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