Struct gdnative::_File [] [src]

pub struct _File { /* fields omitted */ }

core class _File : Reference (reference counted)

Base class

_File inherits Reference and all of its methods.

Memory management

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

Methods

impl _File
[src]

[src]

Up-cast.

[src]

[src]

Creates a new reference to the same object.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = Reference>

[src]

Up-cast.

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for _File
[src]

[src]

[src]

[src]

impl Deref for _File
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for _File
[src]

[src]

Mutably dereferences the value.

impl Drop for _File
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for _File

impl !Sync for _File