pub struct DllInjectionVecWithInputApplyBuilder<'f1, D: DllApp, I1, S: State = Empty>{ /* private fields */ }Available on crate feature
inject-dll only.Expand description
Use builder syntax to set the inputs and finish with call().
Implementations§
Source§impl<'f1, D: DllApp, I1, S: State> DllInjectionVecWithInputApplyBuilder<'f1, D, I1, S>
impl<'f1, D: DllApp, I1, S: State> DllInjectionVecWithInputApplyBuilder<'f1, D, I1, S>
Sourcepub fn on_error(
self,
value: I1,
) -> DllInjectionVecWithInputApplyBuilder<'f1, D, I1, SetOnError<S>>where
S::OnError: IsUnset,
pub fn on_error(
self,
value: I1,
) -> DllInjectionVecWithInputApplyBuilder<'f1, D, I1, SetOnError<S>>where
S::OnError: IsUnset,
Sourcepub fn maybe_on_error(
self,
value: Option<I1>,
) -> DllInjectionVecWithInputApplyBuilder<'f1, D, I1, SetOnError<S>>where
S::OnError: IsUnset,
pub fn maybe_on_error(
self,
value: Option<I1>,
) -> DllInjectionVecWithInputApplyBuilder<'f1, D, I1, SetOnError<S>>where
S::OnError: IsUnset,
Auto Trait Implementations§
impl<'f1, D, I1, S> Freeze for DllInjectionVecWithInputApplyBuilder<'f1, D, I1, S>
impl<'f1, D, I1, S = Empty> !RefUnwindSafe for DllInjectionVecWithInputApplyBuilder<'f1, D, I1, S>
impl<'f1, D, I1, S> Send for DllInjectionVecWithInputApplyBuilder<'f1, D, I1, S>
impl<'f1, D, I1, S = Empty> !Sync for DllInjectionVecWithInputApplyBuilder<'f1, D, I1, S>
impl<'f1, D, I1, S> Unpin for DllInjectionVecWithInputApplyBuilder<'f1, D, I1, S>
impl<'f1, D, I1, S> UnsafeUnpin for DllInjectionVecWithInputApplyBuilder<'f1, D, I1, S>
impl<'f1, D, I1, S = Empty> !UnwindSafe for DllInjectionVecWithInputApplyBuilder<'f1, D, I1, S>
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