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
name: godot_string
type_: godot_variant_type
hint: godot_property_hint
hint_string: godot_string
Trait Implementations
impl Debug for godot_method_arg[src]
impl Debug for godot_method_argfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for godot_method_arg[src]
impl Copy for godot_method_argimpl Clone for godot_method_arg[src]
impl Clone for godot_method_argfn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns 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[src]
impl Default for godot_method_argAuto Trait Implementations
impl Send for godot_method_arg
impl Send for godot_method_argimpl Sync for godot_method_arg
impl Sync for godot_method_arg