Struct hexchat_unsafe_plugin::HookHandle
source · [−]pub struct HookHandle<'ph> { /* private fields */ }Expand description
A hook handle, used to enable unhooking.
Trait Implementations
Auto Trait Implementations
impl<'ph> !RefUnwindSafe for HookHandle<'ph>
impl<'ph> !Send for HookHandle<'ph>
impl<'ph> !Sync for HookHandle<'ph>
impl<'ph> Unpin for HookHandle<'ph>
impl<'ph> !UnwindSafe for HookHandle<'ph>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more