pub struct UnicornHook<F> { /* private fields */ }Expand description
Struct to bind a unicorn instance to a callback.
Auto Trait Implementations§
impl<F> Freeze for UnicornHook<F>where
F: Freeze,
impl<F> !RefUnwindSafe for UnicornHook<F>
impl<F> !Send for UnicornHook<F>
impl<F> !Sync for UnicornHook<F>
impl<F> Unpin for UnicornHook<F>where
F: Unpin,
impl<F> !UnwindSafe for UnicornHook<F>
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