Struct gdnative::ARVRInterface[][src]

pub struct ARVRInterface { /* fields omitted */ }

core class ARVRInterface : Reference (reference counted)

Base class

ARVRInterface inherits Reference and all of its methods.

Memory management

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

Methods

impl ARVRInterface
[src]

Up-cast.

Methods from Deref<Target = Reference>

Up-cast.

Trait Implementations

impl GodotObject for ARVRInterface
[src]

impl Deref for ARVRInterface
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for ARVRInterface
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for ARVRInterface

impl !Sync for ARVRInterface