Struct gdnative::ScrollBar [] [src]

pub struct ScrollBar { /* fields omitted */ }

core class ScrollBar : Range (manually managed)

Base class

ScrollBar inherits Range and all of its methods.

Methods

impl ScrollBar
[src]

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for ScrollBar
[src]

[src]

[src]

[src]

impl Deref for ScrollBar
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for ScrollBar
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for ScrollBar

impl !Sync for ScrollBar