pub struct FunctionFixup {
pub patch_position: PatchPosition,
pub fn_id: InternalFunctionId,
}Fields§
§patch_position: PatchPosition§fn_id: InternalFunctionIdAuto Trait Implementations§
impl Freeze for FunctionFixup
impl RefUnwindSafe for FunctionFixup
impl Send for FunctionFixup
impl Sync for FunctionFixup
impl Unpin for FunctionFixup
impl UnwindSafe for FunctionFixup
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