Struct gdnative::_Engine[][src]

pub struct _Engine { /* fields omitted */ }

core singleton class _Engine : Object (manually managed)

Base class

_Engine inherits Object and all of its methods.

Methods

impl _Engine
[src]

Up-cast.

Methods from Deref<Target = Object>

Trait Implementations

impl GodotObject for _Engine
[src]

impl Deref for _Engine
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for _Engine
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for _Engine

impl !Sync for _Engine