Struct gdnative::PackedDataContainerRef[][src]

pub struct PackedDataContainerRef { /* fields omitted */ }

core class PackedDataContainerRef : Reference (reference counted)

Base class

PackedDataContainerRef inherits Reference and all of its methods.

Memory management

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

Methods

impl PackedDataContainerRef
[src]

Up-cast.

Methods from Deref<Target = Reference>

Up-cast.

Trait Implementations

impl GodotObject for PackedDataContainerRef
[src]

impl Deref for PackedDataContainerRef
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for PackedDataContainerRef
[src]

Mutably dereferences the value.

Auto Trait Implementations