Struct gdnative_sys::godot_instance_create_func [] [src]

#[repr(C)]
pub struct godot_instance_create_func { pub create_func: Option<unsafe extern "C" fn(_: *mut godot_object, _: *mut c_void) -> *mut c_void>, pub method_data: *mut c_void, pub free_func: Option<unsafe extern "C" fn(_: *mut c_void)>, }

Fields

Trait Implementations

impl Debug for godot_instance_create_func
[src]

Formats the value using the given formatter.

impl Copy for godot_instance_create_func
[src]

impl Clone for godot_instance_create_func
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more