Struct gdnative_visual_script::common::sys::godot_gdnative_terminate_options[]

#[repr(C)]
pub struct godot_gdnative_terminate_options { pub in_editor: bool, }

Fields

Trait Implementations

impl Clone for godot_gdnative_terminate_options

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_gdnative_terminate_options

Returns the "default value" for a type. Read more

impl Debug for godot_gdnative_terminate_options

Formats the value using the given formatter. Read more

impl Copy for godot_gdnative_terminate_options

Auto Trait Implementations