Struct gdnative_sys::godot_property_attributes [] [src]

#[repr(C)]
pub struct godot_property_attributes { pub rset_type: godot_method_rpc_mode, 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

Trait Implementations

impl Debug for godot_property_attributes
[src]

[src]

Formats the value using the given formatter.

impl Copy for godot_property_attributes
[src]

impl Clone for godot_property_attributes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more