Enum gdnative_visual_script::VisualScriptFunctionCallRPCCallMode[][src]

#[repr(u32)]
pub enum VisualScriptFunctionCallRPCCallMode { RpcDisabled, RpcReliable, RpcUnreliable, RpcReliableToId, RpcUnreliableToId, }

Variants

Trait Implementations

impl Copy for VisualScriptFunctionCallRPCCallMode
[src]

impl Clone for VisualScriptFunctionCallRPCCallMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VisualScriptFunctionCallRPCCallMode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VisualScriptFunctionCallRPCCallMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VisualScriptFunctionCallRPCCallMode
[src]

impl Hash for VisualScriptFunctionCallRPCCallMode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations