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
impl StructuralPartialEq for __c_anonymous_elf64_rel
impl Eq for __c_anonymous_elf64_rel
source§impl Hash for __c_anonymous_elf64_rel
impl Hash for __c_anonymous_elf64_rel
source§impl PartialEq for __c_anonymous_elf64_rel
impl PartialEq for __c_anonymous_elf64_rel
source§fn eq(&self, other: &__c_anonymous_elf64_rel) -> bool
fn eq(&self, other: &__c_anonymous_elf64_rel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for __c_anonymous_elf64_rel
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