Struct gdnative_sys::godot_method_bind
source · [−]Expand description
MethodBind API
Fields
_dont_touch_that: [u8; 1]Trait Implementations
sourceimpl Clone for godot_method_bind
impl Clone for godot_method_bind
sourcefn clone(&self) -> godot_method_bind
fn clone(&self) -> godot_method_bind
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_method_bind
impl Debug for godot_method_bind
sourceimpl Default for godot_method_bind
impl Default for godot_method_bind
sourcefn default() -> godot_method_bind
fn default() -> godot_method_bind
Returns the “default value” for a type. Read more
impl Copy for godot_method_bind
Auto Trait Implementations
impl RefUnwindSafe for godot_method_bind
impl Send for godot_method_bind
impl Sync for godot_method_bind
impl Unpin for godot_method_bind
impl UnwindSafe for godot_method_bind
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