[][src]Trait gdnative_core::Free

pub trait Free {
    unsafe fn godot_free(self);
}

Manually managed Godot classes implementing free.

Required methods

unsafe fn godot_free(self)

Loading content...

Implementors

impl Free for Object[src]

Loading content...