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
d_buf: *mut c_void
d_type: Elf_Type
d_version: c_uint
d_size: usize
d_off: i64
d_align: usize
Trait Implementations
impl Debug for Elf_Data
[src]
impl Copy for Elf_Data
[src]
impl Clone for Elf_Data
[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