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: u32Trait Implementations
impl Copy for __c_anonymous_elf32_rel
source§impl Clone for __c_anonymous_elf32_rel
impl Clone for __c_anonymous_elf32_rel
source§fn clone(&self) -> __c_anonymous_elf32_rel
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more