#[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_SwordTrait 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 duplicate 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