Type Alias libc::Elf32_Rel

source ·
pub type Elf32_Rel = __c_anonymous_elf32_rel;

Aliased Type§

struct Elf32_Rel {
    pub r_offset: u32,
    pub r_info: u32,
}

Fields§

§r_offset: u32§r_info: u32

Trait Implementations

source§

impl PartialEq for __c_anonymous_elf32_rel

source§

fn eq(&self, other: &__c_anonymous_elf32_rel) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Debug for __c_anonymous_elf32_rel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Eq for __c_anonymous_elf32_rel

source§

impl Clone for __c_anonymous_elf32_rel

source§

fn clone(&self) -> __c_anonymous_elf32_rel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl StructuralPartialEq for __c_anonymous_elf32_rel

source§

impl Hash for __c_anonymous_elf32_rel

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Copy for __c_anonymous_elf32_rel