Struct gdnative_visual_script::common::sys::godot_instance_create_func[]

#[repr(C)]
pub struct godot_instance_create_func { pub create_func: Option<unsafe extern "C" fn(*mut c_void, *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 Clone for godot_instance_create_func

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_instance_create_func

Returns the "default value" for a type. Read more

impl Debug for godot_instance_create_func

Formats the value using the given formatter. Read more

impl Copy for godot_instance_create_func

Auto Trait Implementations