Struct nero::plugin::IrcEvent [] [src]

pub struct IrcEvent {
    pub plugin_ptr: *const Plugin,
    pub name: String,
    pub f: HookFuncWrapper,
}

Fields

Trait Implementations

impl Debug for IrcEvent
[src]

Formats the value using the given formatter.