Struct linux_raw_sys::elf::Elf_Rela
source · #[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