pub struct CallFixup {
pub return_addr_instr: usize,
pub jump_instr: usize,
pub target_func: u32,
}Fields§
§return_addr_instr: usize§jump_instr: usize§target_func: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallFixup
impl RefUnwindSafe for CallFixup
impl Send for CallFixup
impl Sync for CallFixup
impl Unpin for CallFixup
impl UnsafeUnpin for CallFixup
impl UnwindSafe for CallFixup
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