Struct gdnative_sys::godot_gdnative_terminate_options [−][src]
#[repr(C)]pub struct godot_gdnative_terminate_options { pub in_editor: godot_bool, }
Fields
in_editor: godot_bool
Trait Implementations
impl Debug for godot_gdnative_terminate_options[src]
impl Debug for godot_gdnative_terminate_optionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for godot_gdnative_terminate_options[src]
impl Default for godot_gdnative_terminate_optionsfn default() -> godot_gdnative_terminate_options[src]
fn default() -> godot_gdnative_terminate_optionsReturns the "default value" for a type. Read more
impl Copy for godot_gdnative_terminate_options[src]
impl Copy for godot_gdnative_terminate_optionsimpl Clone for godot_gdnative_terminate_options[src]
impl Clone for godot_gdnative_terminate_optionsAuto Trait Implementations
impl Send for godot_gdnative_terminate_options
impl Send for godot_gdnative_terminate_optionsimpl Sync for godot_gdnative_terminate_options
impl Sync for godot_gdnative_terminate_options