#[repr(C)]pub struct Elf_Rela {
pub r_offset: usize,
pub r_info: u64,
pub r_addend: usize,
}
Fields§
§r_offset: usize
§r_info: u64
§r_addend: usize
Implementations§
Auto Trait Implementations§
impl Freeze for Elf_Rela
impl RefUnwindSafe for Elf_Rela
impl Send for Elf_Rela
impl Sync for Elf_Rela
impl Unpin for Elf_Rela
impl UnwindSafe for Elf_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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes