Struct gdnative::Property [] [src]

pub struct Property<'l, T, S, G> {
    pub name: &'l str,
    pub setter: S,
    pub getter: G,
    pub default: T,
    pub hint: PropertyHint<'l>,
    pub usage: PropertyUsage,
}

Fields

Trait Implementations

Auto Trait Implementations

impl<'l, T, S, G> Send for Property<'l, T, S, G> where
    G: Send,
    S: Send,
    T: Send

impl<'l, T, S, G> Sync for Property<'l, T, S, G> where
    G: Sync,
    S: Sync,
    T: Sync