Trait gdnative_core::NativeClass[][src]

pub trait NativeClass {
    fn class_name() -> &'static str;
fn get_header(&self) -> &NativeInstanceHeader; fn as_object(&self) -> &Object { ... } }

Required Methods

Provided Methods

Implementors