pub struct RelA {
pub rel: Rel,
pub addend: i64,
}Expand description
Relocation with an addend.
Fields§
§rel: RelRelocation without an addend.
addend: i64The constant addend.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelA
impl RefUnwindSafe for RelA
impl Send for RelA
impl Sync for RelA
impl Unpin for RelA
impl UnwindSafe for 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