Struct gdnative::BaseButton[][src]

pub struct BaseButton { /* fields omitted */ }

core class BaseButton : Control (manually managed)

Base class

BaseButton inherits Control and all of its methods.

Methods

impl BaseButton
[src]

Up-cast.

Methods from Deref<Target = Control>

Up-cast.

Trait Implementations

impl GodotObject for BaseButton
[src]

impl Deref for BaseButton
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for BaseButton
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for BaseButton

impl !Sync for BaseButton