Struct gdnative_sys::godot_signal_argument [−][src]
#[repr(C)]pub struct godot_signal_argument { pub name: godot_string, pub type_: godot_int, pub hint: godot_property_hint, pub hint_string: godot_string, pub usage: godot_property_usage_flags, pub default_value: godot_variant, }
Fields
name: godot_string
type_: godot_int
hint: godot_property_hint
hint_string: godot_string
usage: godot_property_usage_flags
default_value: godot_variant
Trait Implementations
impl Debug for godot_signal_argument[src]
impl Debug for godot_signal_argumentfn 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_signal_argument[src]
impl Copy for godot_signal_argumentimpl Clone for godot_signal_argument[src]
impl Clone for godot_signal_argumentfn 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_signal_argument[src]
impl Default for godot_signal_argumentAuto Trait Implementations
impl Send for godot_signal_argument
impl Send for godot_signal_argumentimpl Sync for godot_signal_argument
impl Sync for godot_signal_argument