Struct libelf_sys::Elf_Options
[−]
[src]
#[repr(C)]pub struct Elf_Options { pub kind: c_uchar, pub size: c_uchar, pub section: Elf32_Section, pub info: Elf32_Word, }
Fields
kind: c_uchar
size: c_uchar
section: Elf32_Section
info: Elf32_Word
Trait Implementations
impl Debug for Elf_Options
[src]
impl Copy for Elf_Options
[src]
impl Clone for Elf_Options
[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