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
create_func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> *mut c_void>
method_data: *mut c_void
free_func: Option<unsafe extern "C" fn(*mut c_void)>
Trait Implementations
impl Clone for godot_instance_create_func
impl Clone for godot_instance_create_func
fn clone(&self) -> godot_instance_create_func
fn clone(&self) -> godot_instance_create_func
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Default for godot_instance_create_func
impl Default for godot_instance_create_func
fn default() -> godot_instance_create_func
fn default() -> godot_instance_create_func
Returns the "default value" for a type. Read more
impl Debug for godot_instance_create_func
impl Debug for godot_instance_create_func
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for godot_instance_create_func
impl Copy for godot_instance_create_func
Auto Trait Implementations
impl !Send for godot_instance_create_func
impl !Send for godot_instance_create_func
impl !Sync for godot_instance_create_func
impl !Sync for godot_instance_create_func