Struct gdnative::PhysicsDirectSpaceState[][src]

pub struct PhysicsDirectSpaceState { /* fields omitted */ }

core class PhysicsDirectSpaceState : Object (manually managed)

Base class

PhysicsDirectSpaceState inherits Object and all of its methods.

Methods

impl PhysicsDirectSpaceState
[src]

Up-cast.

Methods from Deref<Target = Object>

Trait Implementations

impl GodotObject for PhysicsDirectSpaceState
[src]

impl Deref for PhysicsDirectSpaceState
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for PhysicsDirectSpaceState
[src]

Mutably dereferences the value.

Auto Trait Implementations