Struct libelf_sys::Elf32_Syminfo
[−]
[src]
#[repr(C)]pub struct Elf32_Syminfo { pub si_boundto: Elf32_Half, pub si_flags: Elf32_Half, }
Fields
si_boundto: Elf32_Half
si_flags: Elf32_Half
Trait Implementations
impl Debug for Elf32_Syminfo
[src]
impl Copy for Elf32_Syminfo
[src]
impl Clone for Elf32_Syminfo
[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