pub type Elf64_Rel = __c_anonymous_elf64_rel;
Aliased Type§
struct Elf64_Rel {
pub r_offset: u64,
pub r_info: u64,
}
Fields§
§r_offset: u64
§r_info: u64
Trait Implementations§
source§impl Clone for __c_anonymous_elf64_rel
impl Clone for __c_anonymous_elf64_rel
source§fn clone(&self) -> __c_anonymous_elf64_rel
fn clone(&self) -> __c_anonymous_elf64_rel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more