Struct gdnative_sys::godot_property_get_func [−][src]
#[repr(C)]pub struct godot_property_get_func { pub get_func: Option<unsafe extern "C" fn(arg1: *mut godot_object, arg2: *mut c_void, arg3: *mut c_void) -> godot_variant>, pub method_data: *mut c_void, pub free_func: Option<unsafe extern "C" fn(arg1: *mut c_void)>, }
Fields
get_func: Option<unsafe extern "C" fn(arg1: *mut godot_object, arg2: *mut c_void, arg3: *mut c_void) -> godot_variant>
method_data: *mut c_void
free_func: Option<unsafe extern "C" fn(arg1: *mut c_void)>
Trait Implementations
impl Debug for godot_property_get_func[src]
impl Debug for godot_property_get_funcfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for godot_property_get_func[src]
impl Copy for godot_property_get_funcimpl Clone for godot_property_get_func[src]
impl Clone for godot_property_get_funcfn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns 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_property_get_func[src]
impl Default for godot_property_get_funcAuto Trait Implementations
impl !Send for godot_property_get_func
impl !Send for godot_property_get_funcimpl !Sync for godot_property_get_func
impl !Sync for godot_property_get_func