pub struct ShellItemHook { /* private fields */ }Available on crate features
hook-dll and hook only.Expand description
Represents an injected hook with its syringe, payload, and remote set_hook function.
Implementations§
Source§impl ShellItemHook
impl ShellItemHook
Auto Trait Implementations§
impl !Freeze for ShellItemHook
impl !RefUnwindSafe for ShellItemHook
impl !Send for ShellItemHook
impl !Sync for ShellItemHook
impl !UnwindSafe for ShellItemHook
impl Unpin for ShellItemHook
impl UnsafeUnpin for ShellItemHook
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