pub struct ShellInjector { /* private fields */ }Available on crate feature
hook only.Implementations§
Source§impl ShellInjector
impl ShellInjector
pub fn injections<'a>( &'a self, ) -> MutexGuard<'a, DllInjectionVecWithInput<ShellDll>>
pub fn apply(&self, config: HookConfig)
pub fn unapply(&self)
pub fn leak(&self)
pub fn eject(&self)
pub fn builder() -> ShellInjectorBuilder
Auto Trait Implementations§
impl !Freeze for ShellInjector
impl !RefUnwindSafe for ShellInjector
impl !UnwindSafe for ShellInjector
impl Send for ShellInjector
impl Sync for ShellInjector
impl Unpin for ShellInjector
impl UnsafeUnpin for ShellInjector
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