Enum gdnative_sys::godot_method_rpc_mode [−][src]
#[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_DISABLEDGODOT_METHOD_RPC_MODE_REMOTEGODOT_METHOD_RPC_MODE_SYNCGODOT_METHOD_RPC_MODE_MASTERGODOT_METHOD_RPC_MODE_SLAVEGODOT_METHOD_RPC_MODE_REMOTESYNCGODOT_METHOD_RPC_MODE_MASTERSYNCGODOT_METHOD_RPC_MODE_SLAVESYNC
Trait Implementations
impl Debug for godot_method_rpc_mode[src]
impl Debug for godot_method_rpc_modefn 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_rpc_mode[src]
impl Copy for godot_method_rpc_modeimpl Clone for godot_method_rpc_mode[src]
impl Clone for godot_method_rpc_modefn clone(&self) -> godot_method_rpc_mode[src]
fn clone(&self) -> godot_method_rpc_modeReturns 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 PartialEq for godot_method_rpc_mode[src]
impl PartialEq for godot_method_rpc_modefn eq(&self, other: &godot_method_rpc_mode) -> bool[src]
fn eq(&self, other: &godot_method_rpc_mode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for godot_method_rpc_mode[src]
impl Eq for godot_method_rpc_modeimpl Hash for godot_method_rpc_mode[src]
impl Hash for godot_method_rpc_modeAuto Trait Implementations
impl Send for godot_method_rpc_mode
impl Send for godot_method_rpc_modeimpl Sync for godot_method_rpc_mode
impl Sync for godot_method_rpc_mode