Struct gdnative::BoxContainer [] [src]

pub struct BoxContainer { /* fields omitted */ }

core class BoxContainer : Container (manually managed)

Base class

BoxContainer inherits Container and all of its methods.

Methods

impl BoxContainer
[src]

[src]

Up-cast.

[src]

[src]

[src]

Methods from Deref<Target = Container>

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for BoxContainer
[src]

[src]

[src]

[src]

impl Deref for BoxContainer
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for BoxContainer
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for BoxContainer

impl !Sync for BoxContainer