Enum gdnative_physics::common::VariantType [−]
#[repr(u32)]pub enum VariantType { Nil, Bool, I64, F64, GodotString, Vector2, Rect2, Vector3, Transform2D, Plane, Quat, Aabb, Basis, Transform, Color, NodePath, Rid, Object, Dictionary, VariantArray, ByteArray, Int32Array, Float32Array, StringArray, Vector2Array, Vector3Array, ColorArray, }
Variants
NilBoolI64F64GodotStringVector2Rect2Vector3Transform2DPlaneQuatAabbBasisTransformColorNodePathRidObjectDictionaryVariantArrayByteArrayInt32ArrayFloat32ArrayStringArrayVector2ArrayVector3ArrayColorArray
Trait Implementations
impl Hash for VariantType
impl Hash for VariantTypefn 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 VariantType
impl Clone for VariantTypefn clone(&self) -> VariantType
fn clone(&self) -> VariantTypeReturns 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 VariantType
impl Debug for VariantTypefn 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 VariantType
impl Copy for VariantTypeimpl Eq for VariantType
impl Eq for VariantTypeimpl PartialEq<VariantType> for VariantType
impl PartialEq<VariantType> for VariantTypeAuto Trait Implementations
impl Send for VariantType
impl Send for VariantTypeimpl Sync for VariantType
impl Sync for VariantType