Struct gdnative::Sky [] [src]

pub struct Sky { /* fields omitted */ }

core class Sky : Resource (reference counted)

Base class

Sky inherits Resource and all of its methods.

Memory management

The lifetime of this object is automatically managed through reference counting.

Methods

impl Sky
[src]

[src]

Up-cast.

[src]

[src]

Methods from Deref<Target = Resource>

[src]

Up-cast.

[src]

Creates a new reference to the same object.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for Sky
[src]

[src]

[src]

[src]

impl Deref for Sky
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Sky
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for Sky

impl !Sync for Sky