Struct gdnative::GodotScriptMethod [] [src]

pub struct GodotScriptMethod<'l> {
    pub name: &'l str,
    pub method_ptr: Option<GodotScriptMethodFn>,
    pub attributes: GodotScriptMethodAttributes,
    pub method_data: *mut c_void,
    pub free_func: Option<unsafe extern "C" fn(_: *mut c_void)>,
}

Fields

Trait Implementations

Auto Trait Implementations

impl<'l> !Send for GodotScriptMethod<'l>

impl<'l> !Sync for GodotScriptMethod<'l>