Struct gdnative::StyleBoxEmpty [] [src]

pub struct StyleBoxEmpty { /* fields omitted */ }

core class StyleBoxEmpty : StyleBox (reference counted)

Base class

StyleBoxEmpty inherits StyleBox and all of its methods.

Memory management

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

Methods

impl StyleBoxEmpty
[src]

[src]

Up-cast.

[src]

[src]

Creates a new reference to the same object.

[src]

Methods from Deref<Target = StyleBox>

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for StyleBoxEmpty
[src]

[src]

[src]

[src]

impl Deref for StyleBoxEmpty
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for StyleBoxEmpty
[src]

[src]

Mutably dereferences the value.

impl Drop for StyleBoxEmpty
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for StyleBoxEmpty

impl !Sync for StyleBoxEmpty