Enum gdnative_visual_script::VisualScriptFunctionCallRPCCallMode [−][src]
#[repr(u32)]pub enum VisualScriptFunctionCallRPCCallMode { RpcDisabled, RpcReliable, RpcUnreliable, RpcReliableToId, RpcUnreliableToId, }
Variants
RpcDisabled
RpcReliable
RpcUnreliable
RpcReliableToId
RpcUnreliableToId
Trait Implementations
impl Copy for VisualScriptFunctionCallRPCCallMode
[src]
impl Copy for VisualScriptFunctionCallRPCCallMode
impl Clone for VisualScriptFunctionCallRPCCallMode
[src]
impl Clone for VisualScriptFunctionCallRPCCallMode
fn clone(&self) -> VisualScriptFunctionCallRPCCallMode
[src]
fn clone(&self) -> VisualScriptFunctionCallRPCCallMode
Returns 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 Debug for VisualScriptFunctionCallRPCCallMode
[src]
impl Debug for VisualScriptFunctionCallRPCCallMode
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for VisualScriptFunctionCallRPCCallMode
[src]
impl PartialEq for VisualScriptFunctionCallRPCCallMode
fn eq(&self, other: &VisualScriptFunctionCallRPCCallMode) -> bool
[src]
fn eq(&self, other: &VisualScriptFunctionCallRPCCallMode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for VisualScriptFunctionCallRPCCallMode
[src]
impl Eq for VisualScriptFunctionCallRPCCallMode
impl Hash for VisualScriptFunctionCallRPCCallMode
[src]
impl Hash for VisualScriptFunctionCallRPCCallMode
Auto Trait Implementations
impl Send for VisualScriptFunctionCallRPCCallMode
impl Send for VisualScriptFunctionCallRPCCallMode
impl Sync for VisualScriptFunctionCallRPCCallMode
impl Sync for VisualScriptFunctionCallRPCCallMode