Struct hexchat_plugin::CommandHookHandle[][src]

pub struct CommandHookHandle { /* fields omitted */ }

A command hook handle.

Trait Implementations

impl Drop for CommandHookHandle
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations