Struct gdnative_visual_script::common::GlobalConstants[][src]

pub struct GlobalConstants { /* fields omitted */ }

core singleton class GlobalConstants (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.

Methods

impl GlobalConstants
[src]

Generic dynamic cast.

Trait Implementations

impl GodotObject for GlobalConstants
[src]

impl Clone for GlobalConstants
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToVariant for GlobalConstants
[src]

impl Debug for GlobalConstants
[src]

Formats the value using the given formatter. Read more

impl Copy for GlobalConstants
[src]

Auto Trait Implementations