Struct gdnative::CanvasItemMaterial[][src]

pub struct CanvasItemMaterial { /* fields omitted */ }

core class CanvasItemMaterial : Material (reference counted)

Base class

CanvasItemMaterial inherits Material and all of its methods.

Memory management

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

Methods

impl CanvasItemMaterial
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = Material>

Up-cast.

Trait Implementations

impl GodotObject for CanvasItemMaterial
[src]

impl Deref for CanvasItemMaterial
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for CanvasItemMaterial
[src]

Mutably dereferences the value.

impl Drop for CanvasItemMaterial
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations