pub struct Rel {
pub offset: u64,
pub symbol: u32,
pub kind: u32,
}Expand description
Relocation without an addend.
Fields§
§offset: u64The offset from the beginning of the section.
symbol: u32Symbol index.
kind: u32Relocation type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rel
impl RefUnwindSafe for Rel
impl Send for Rel
impl Sync for Rel
impl Unpin for Rel
impl UnwindSafe for Rel
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