Struct gdnative_sys::godot_variant_call_error
source · [−]#[repr(C)]pub struct godot_variant_call_error {
pub error: godot_variant_call_error_error,
pub argument: c_int,
pub expected: godot_variant_type,
}Fields
error: godot_variant_call_error_errorargument: c_intexpected: godot_variant_typeTrait Implementations
sourceimpl Clone for godot_variant_call_error
impl Clone for godot_variant_call_error
sourcefn clone(&self) -> godot_variant_call_error
fn clone(&self) -> godot_variant_call_error
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_variant_call_error
impl Debug for godot_variant_call_error
sourceimpl Default for godot_variant_call_error
impl Default for godot_variant_call_error
impl Copy for godot_variant_call_error
Auto Trait Implementations
impl RefUnwindSafe for godot_variant_call_error
impl Send for godot_variant_call_error
impl Sync for godot_variant_call_error
impl Unpin for godot_variant_call_error
impl UnwindSafe for godot_variant_call_error
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