Struct gdnative_visual_script::common::sys::godot_signal_argument[]

#[repr(C)]
pub struct godot_signal_argument { pub name: godot_string, pub type_: i32, pub hint: godot_property_hint, pub hint_string: godot_string, pub usage: godot_property_usage_flags, pub default_value: godot_variant, }

Fields

Trait Implementations

impl Clone for godot_signal_argument

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_signal_argument

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

impl Debug for godot_signal_argument

Formats the value using the given formatter. Read more

impl Copy for godot_signal_argument

Auto Trait Implementations