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]

Up-cast.

Methods from Deref<Target = Reference>

Up-cast.

Trait Implementations

impl GodotObject for Physics2DShapeQueryResult
[src]

impl Deref for Physics2DShapeQueryResult
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Physics2DShapeQueryResult
[src]

Mutably dereferences the value.

Auto Trait Implementations