Struct gdnative::BulletPhysicsServer[][src]

pub struct BulletPhysicsServer { /* fields omitted */ }

core class BulletPhysicsServer : PhysicsServer (manually managed)

Base class

BulletPhysicsServer inherits PhysicsServer and all of its methods.

Methods

impl BulletPhysicsServer
[src]

Up-cast.

Methods from Deref<Target = PhysicsServer>

Up-cast.

Trait Implementations

impl GodotObject for BulletPhysicsServer
[src]

impl Deref for BulletPhysicsServer
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for BulletPhysicsServer
[src]

Mutably dereferences the value.

Auto Trait Implementations