Struct gdnative_sys::godot_gdnative_api_version
[−]
[src]
#[repr(C)]pub struct godot_gdnative_api_version { pub major: c_uint, pub minor: c_uint, }
Script API
Fields
major: c_uint
minor: c_uint
Trait Implementations
impl Debug for godot_gdnative_api_version[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Default for godot_gdnative_api_version[src]
fn default() -> godot_gdnative_api_version[src]
Returns the "default value" for a type. Read more