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