Struct gdnative::Physics2DDirectSpaceState[][src]

pub struct Physics2DDirectSpaceState { /* fields omitted */ }

core class Physics2DDirectSpaceState : Object (manually managed)

Base class

Physics2DDirectSpaceState inherits Object and all of its methods.

Methods

impl Physics2DDirectSpaceState
[src]

Up-cast.

Methods from Deref<Target = Object>

Trait Implementations

impl GodotObject for Physics2DDirectSpaceState
[src]

impl Deref for Physics2DDirectSpaceState
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Physics2DDirectSpaceState
[src]

Mutably dereferences the value.

Auto Trait Implementations