Struct hexchat_plugin::TimerHookHandle [] [src]

pub struct TimerHookHandle { /* fields omitted */ }

A timer hook handle.

Trait Implementations

impl Drop for TimerHookHandle
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations