pub struct InjectionRequest<'a> {
pub target: ProcessHandle,
pub main_thread: ThreadHandle,
pub target_pid: u32,
pub carafe_path: &'a Path,
pub carafe_image: &'a [u8],
pub ready: ReadyToken,
}Fields§
§target: ProcessHandle§main_thread: ThreadHandle§target_pid: u32§carafe_path: &'a Path§carafe_image: &'a [u8]§ready: ReadyTokenAuto Trait Implementations§
impl<'a> !Send for InjectionRequest<'a>
impl<'a> !Sync for InjectionRequest<'a>
impl<'a> Freeze for InjectionRequest<'a>
impl<'a> RefUnwindSafe for InjectionRequest<'a>
impl<'a> Unpin for InjectionRequest<'a>
impl<'a> UnsafeUnpin for InjectionRequest<'a>
impl<'a> UnwindSafe for InjectionRequest<'a>
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