Struct gdnative::Signal [] [src]

pub struct Signal<'l> {
    pub name: &'l str,
}

Fields

Trait Implementations

Auto Trait Implementations

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

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