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
name: godot_string
type_: godot_variant_type
hint: godot_property_hint
hint_string: godot_string
Trait Implementations
impl Clone for godot_method_arg
impl Clone for godot_method_arg
fn clone(&self) -> godot_method_arg
fn clone(&self) -> godot_method_arg
Returns 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_method_arg
impl Default for godot_method_arg
fn default() -> godot_method_arg
fn default() -> godot_method_arg
Returns the "default value" for a type. Read more
impl Debug for godot_method_arg
impl Debug for godot_method_arg
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for godot_method_arg
impl Copy for godot_method_arg
Auto Trait Implementations
impl Send for godot_method_arg
impl Send for godot_method_arg
impl Sync for godot_method_arg
impl Sync for godot_method_arg