Trait gdnative::NativeClass [] [src]

pub unsafe trait NativeClass {
    fn class_name() -> &'static str;
fn get_header(&self) -> &NativeInstanceHeader;
unsafe fn register_class(desc: *mut c_void); fn as_object(&self) -> &Object { ... } }

Required Methods

Provided Methods

Implementors