Struct gdnative_visual_script::common::TranslationServer[][src]

pub struct TranslationServer { /* fields omitted */ }

core singleton class TranslationServer inherits Object (unsafe).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Feature flag

This type is behind the gdnative crate's common feature flag.

Class hierarchy

TranslationServer inherits methods from:

Methods

impl TranslationServer
[src]

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Up-cast.

Generic dynamic cast.

Trait Implementations

impl GodotObject for TranslationServer
[src]

impl Clone for TranslationServer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToVariant for TranslationServer
[src]

impl Debug for TranslationServer
[src]

Formats the value using the given formatter. Read more

impl Copy for TranslationServer
[src]

Auto Trait Implementations