Struct gdnative_visual_script::common::sys::godot_method_arg[]

#[repr(C)]
pub struct godot_method_arg { pub name: godot_string, pub type_: godot_variant_type, pub hint: godot_property_hint, pub hint_string: godot_string, }

Fields

Trait Implementations

impl Clone for godot_method_arg

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_method_arg

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

impl Debug for godot_method_arg

Formats the value using the given formatter. Read more

impl Copy for godot_method_arg

Auto Trait Implementations