Enum gdnative_physics::common::sys::godot_variant_call_error_error [−]
#[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 Hash for godot_variant_call_error_error
impl Hash for godot_variant_call_error_errorfn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for godot_variant_call_error_error
impl Clone for godot_variant_call_error_errorfn clone(&self) -> godot_variant_call_error_error
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 Debug for godot_variant_call_error_error
impl Debug for godot_variant_call_error_errorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for godot_variant_call_error_error
impl Copy for godot_variant_call_error_errorimpl Eq for godot_variant_call_error_error
impl Eq for godot_variant_call_error_errorimpl PartialEq<godot_variant_call_error_error> for godot_variant_call_error_error
impl PartialEq<godot_variant_call_error_error> 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