Struct libelf_sys::Elf_Data [] [src]

#[repr(C)]
pub struct Elf_Data { pub d_buf: *mut c_void, pub d_type: Elf_Type, pub d_version: c_uint, pub d_size: usize, pub d_off: i64, pub d_align: usize, }

Fields

Trait Implementations

impl Debug for Elf_Data
[src]

[src]

Formats the value using the given formatter.

impl Copy for Elf_Data
[src]

impl Clone for Elf_Data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more