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]

Up-cast.

Methods from Deref<Target = Container>

Up-cast.

Trait Implementations

impl GodotObject for BoxContainer
[src]

impl Deref for BoxContainer
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for BoxContainer
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for BoxContainer

impl !Sync for BoxContainer