Struct gdnative_core::init::Signal[][src]

pub struct Signal<'l> {
    pub name: &'l str,
    pub args: &'l [SignalArgument<'l>],
}

Fields

Auto Trait Implementations

impl<'l> Send for Signal<'l>

impl<'l> Sync for Signal<'l>