Enum gdnative_visual_script::common::sys::godot_method_rpc_mode [−]
#[repr(u32)]pub enum godot_method_rpc_mode { GODOT_METHOD_RPC_MODE_DISABLED, GODOT_METHOD_RPC_MODE_REMOTE, GODOT_METHOD_RPC_MODE_SYNC, GODOT_METHOD_RPC_MODE_MASTER, GODOT_METHOD_RPC_MODE_SLAVE, GODOT_METHOD_RPC_MODE_REMOTESYNC, GODOT_METHOD_RPC_MODE_MASTERSYNC, GODOT_METHOD_RPC_MODE_SLAVESYNC, }
Variants
GODOT_METHOD_RPC_MODE_DISABLED
GODOT_METHOD_RPC_MODE_REMOTE
GODOT_METHOD_RPC_MODE_SYNC
GODOT_METHOD_RPC_MODE_MASTER
GODOT_METHOD_RPC_MODE_SLAVE
GODOT_METHOD_RPC_MODE_REMOTESYNC
GODOT_METHOD_RPC_MODE_MASTERSYNC
GODOT_METHOD_RPC_MODE_SLAVESYNC
Trait Implementations
impl Hash for godot_method_rpc_mode
impl Hash for godot_method_rpc_mode
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for godot_method_rpc_mode
impl Clone for godot_method_rpc_mode
fn clone(&self) -> godot_method_rpc_mode
fn clone(&self) -> godot_method_rpc_mode
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 godot_method_rpc_mode
impl Debug for godot_method_rpc_mode
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for godot_method_rpc_mode
impl Copy for godot_method_rpc_mode
impl Eq for godot_method_rpc_mode
impl Eq for godot_method_rpc_mode
impl PartialEq<godot_method_rpc_mode> for godot_method_rpc_mode
impl PartialEq<godot_method_rpc_mode> for godot_method_rpc_mode
Auto Trait Implementations
impl Send for godot_method_rpc_mode
impl Send for godot_method_rpc_mode
impl Sync for godot_method_rpc_mode
impl Sync for godot_method_rpc_mode