Struct gdnative_visual_script::common::sys::godot_gdnative_api_version[]

#[repr(C)]
pub struct godot_gdnative_api_version { pub major: u32, pub minor: u32, }

Script API

Fields

Trait Implementations

impl Clone for godot_gdnative_api_version

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_gdnative_api_version

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

impl Debug for godot_gdnative_api_version

Formats the value using the given formatter. Read more

impl Copy for godot_gdnative_api_version

Auto Trait Implementations