Struct gdnative_sys::godot_gdnative_api_version
source · [−]Expand description
Script API
Fields
major: c_uintminor: c_uintTrait Implementations
sourceimpl Clone for godot_gdnative_api_version
impl Clone for godot_gdnative_api_version
sourcefn clone(&self) -> godot_gdnative_api_version
fn clone(&self) -> godot_gdnative_api_version
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for godot_gdnative_api_version
impl Debug for godot_gdnative_api_version
sourceimpl Default for godot_gdnative_api_version
impl Default for godot_gdnative_api_version
sourcefn default() -> godot_gdnative_api_version
fn default() -> godot_gdnative_api_version
Returns the “default value” for a type. Read more
impl Copy for godot_gdnative_api_version
Auto Trait Implementations
impl RefUnwindSafe for godot_gdnative_api_version
impl Send for godot_gdnative_api_version
impl Sync for godot_gdnative_api_version
impl Unpin for godot_gdnative_api_version
impl UnwindSafe for godot_gdnative_api_version
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more