Struct gdnative_sys::godot_instance_destroy_func
[−]
[src]
#[repr(C)]pub struct godot_instance_destroy_func { pub destroy_func: Option<unsafe extern "C" fn(arg1: *mut godot_object, arg2: *mut c_void, arg3: *mut c_void)>, pub method_data: *mut c_void, pub free_func: Option<unsafe extern "C" fn(arg1: *mut c_void)>, }
Fields
destroy_func: Option<unsafe extern "C" fn(arg1: *mut godot_object, arg2: *mut c_void, arg3: *mut c_void)>
method_data: *mut c_void
free_func: Option<unsafe extern "C" fn(arg1: *mut c_void)>
Trait Implementations
impl Debug for godot_instance_destroy_func[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for godot_instance_destroy_func[src]
impl Clone for godot_instance_destroy_func[src]
fn clone(&self) -> Self[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more