#[repr(C)]pub struct elf32_rela {
pub r_offset: Elf32_Addr,
pub r_info: Elf32_Word,
pub r_addend: Elf32_Sword,
}
Fields§
§r_offset: Elf32_Addr
§r_info: Elf32_Word
§r_addend: Elf32_Sword
Trait Implementations§
Source§impl Clone for elf32_rela
impl Clone for elf32_rela
Source§fn clone(&self) -> elf32_rela
fn clone(&self) -> elf32_rela
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 moreSource§impl Debug for elf32_rela
impl Debug for elf32_rela
impl Copy for elf32_rela
Auto Trait Implementations§
impl Freeze for elf32_rela
impl RefUnwindSafe for elf32_rela
impl Send for elf32_rela
impl Sync for elf32_rela
impl Unpin for elf32_rela
impl UnwindSafe for elf32_rela
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more