pub struct AsmReloc {
pub offset: CodeOffset,
pub kind: Reloc,
pub addend: i64,
pub target: RelocTarget,
}Expand description
A relocation resulting from emitting assembly.
Fields§
§offset: CodeOffset§kind: Reloc§addend: i64§target: RelocTargetTrait Implementations§
impl Eq for AsmReloc
impl StructuralPartialEq for AsmReloc
Auto Trait Implementations§
impl Freeze for AsmReloc
impl RefUnwindSafe for AsmReloc
impl Send for AsmReloc
impl Sync for AsmReloc
impl Unpin for AsmReloc
impl UnwindSafe for AsmReloc
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