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

Trait Implementations

impl Debug for Elf_Arhdr
[src]

[src]

Formats the value using the given formatter.

impl Copy for Elf_Arhdr
[src]

impl Clone for Elf_Arhdr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more