Struct gdnative::Physics2DServer[][src]

pub struct Physics2DServer { /* fields omitted */ }

core singleton class Physics2DServer : Object (manually managed)

Base class

Physics2DServer inherits Object and all of its methods.

Methods

impl Physics2DServer
[src]

Up-cast.

Methods from Deref<Target = Object>

Trait Implementations

impl GodotObject for Physics2DServer
[src]

impl Deref for Physics2DServer
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Physics2DServer
[src]

Mutably dereferences the value.

Auto Trait Implementations