pub struct PatchSite {
pub offset: CodeOffset,
pub kind: LabelUse,
pub current_target: CodeOffset,
pub addend: i64,
}Fields§
§offset: CodeOffset§kind: LabelUse§current_target: CodeOffset§addend: i64Trait Implementations§
impl Copy for PatchSite
impl Eq for PatchSite
impl StructuralPartialEq for PatchSite
Auto Trait Implementations§
impl Freeze for PatchSite
impl RefUnwindSafe for PatchSite
impl Send for PatchSite
impl Sync for PatchSite
impl Unpin for PatchSite
impl UnsafeUnpin for PatchSite
impl UnwindSafe for PatchSite
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