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

Trait Implementations

impl Debug for Elf_Options
[src]

Formats the value using the given formatter.

impl Copy for Elf_Options
[src]

impl Clone for Elf_Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more