Enum gdnative_sys::godot_variant_call_error_error [−][src]
#[repr(u32)]pub enum godot_variant_call_error_error { GODOT_CALL_ERROR_CALL_OK, GODOT_CALL_ERROR_CALL_ERROR_INVALID_METHOD, GODOT_CALL_ERROR_CALL_ERROR_INVALID_ARGUMENT, GODOT_CALL_ERROR_CALL_ERROR_TOO_MANY_ARGUMENTS, GODOT_CALL_ERROR_CALL_ERROR_TOO_FEW_ARGUMENTS, GODOT_CALL_ERROR_CALL_ERROR_INSTANCE_IS_NULL, }
Variants
GODOT_CALL_ERROR_CALL_OKGODOT_CALL_ERROR_CALL_ERROR_INVALID_METHODGODOT_CALL_ERROR_CALL_ERROR_INVALID_ARGUMENTGODOT_CALL_ERROR_CALL_ERROR_TOO_MANY_ARGUMENTSGODOT_CALL_ERROR_CALL_ERROR_TOO_FEW_ARGUMENTSGODOT_CALL_ERROR_CALL_ERROR_INSTANCE_IS_NULL
Trait Implementations
impl Debug for godot_variant_call_error_error[src]
impl Debug for godot_variant_call_error_errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for godot_variant_call_error_error[src]
impl Copy for godot_variant_call_error_errorimpl Clone for godot_variant_call_error_error[src]
impl Clone for godot_variant_call_error_errorfn clone(&self) -> godot_variant_call_error_error[src]
fn clone(&self) -> godot_variant_call_error_errorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for godot_variant_call_error_error[src]
impl PartialEq for godot_variant_call_error_errorfn eq(&self, other: &godot_variant_call_error_error) -> bool[src]
fn eq(&self, other: &godot_variant_call_error_error) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for godot_variant_call_error_error[src]
impl Eq for godot_variant_call_error_errorimpl Hash for godot_variant_call_error_error[src]
impl Hash for godot_variant_call_error_errorAuto Trait Implementations
impl Send for godot_variant_call_error_error
impl Send for godot_variant_call_error_errorimpl Sync for godot_variant_call_error_error
impl Sync for godot_variant_call_error_error