Enum gdnative::GodotRpcMode [] [src]

pub enum GodotRpcMode {
    Disabled,
    Remote,
    Sync,
    Mater,
    Slave,
}

Variants

Trait Implementations

Auto Trait Implementations

impl Send for GodotRpcMode

impl Sync for GodotRpcMode