Struct gdnative_common::JavaScript[][src]

pub struct JavaScript { /* fields omitted */ }

core singleton class JavaScript 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

JavaScript inherits methods from:

Methods

impl JavaScript
[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 Copy for JavaScript
[src]

impl Clone for JavaScript
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JavaScript
[src]

Formats the value using the given formatter. Read more

impl GodotObject for JavaScript
[src]

impl ToVariant for JavaScript
[src]

Auto Trait Implementations

impl !Send for JavaScript

impl !Sync for JavaScript