Struct gdnative_sys::godot_native_terminate_options [] [src]

#[repr(C)]
pub struct godot_native_terminate_options { pub in_editor: godot_bool, }

Fields

Trait Implementations

impl Debug for godot_native_terminate_options
[src]

Formats the value using the given formatter.

impl Copy for godot_native_terminate_options
[src]

impl Clone for godot_native_terminate_options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more