Struct godot_sys::godot_property_set_func [] [src]

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

Fields

Trait Implementations

impl Debug for godot_property_set_func
[src]

[src]

Formats the value using the given formatter.

impl Copy for godot_property_set_func
[src]

impl Clone for godot_property_set_func
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more