Struct gdnative_sys::godot_method_arg[][src]

#[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 Debug for godot_method_arg
[src]

Formats the value using the given formatter. Read more

impl Copy for godot_method_arg
[src]

impl Clone for godot_method_arg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_method_arg
[src]

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

Auto Trait Implementations