Struct gdnative_sys::godot_method_attributes [−][src]
#[repr(C)]pub struct godot_method_attributes { pub rpc_type: godot_method_rpc_mode, }
Fields
rpc_type: godot_method_rpc_mode
Trait Implementations
impl Debug for godot_method_attributes[src]
impl Debug for godot_method_attributesfn 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_attributes[src]
impl Copy for godot_method_attributesimpl Clone for godot_method_attributes[src]
impl Clone for godot_method_attributesfn 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_attributes[src]
impl Default for godot_method_attributesAuto Trait Implementations
impl Send for godot_method_attributes
impl Send for godot_method_attributesimpl Sync for godot_method_attributes
impl Sync for godot_method_attributes