Struct gdnative::Physics2DShapeQueryResult [] [src]

pub struct Physics2DShapeQueryResult { /* fields omitted */ }

core class Physics2DShapeQueryResult : Reference (reference counted)

Base class

Physics2DShapeQueryResult inherits Reference and all of its methods.

Memory management

The lifetime of this object is automatically managed through reference counting.

Methods

impl Physics2DShapeQueryResult
[src]

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = Reference>

[src]

Up-cast.

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for Physics2DShapeQueryResult
[src]

[src]

[src]

[src]

impl Deref for Physics2DShapeQueryResult
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Physics2DShapeQueryResult
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations