Enum gdnative_visual_script::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
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
Trait Implementations
impl Hash for VariantType
impl Hash for VariantType
fn 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 VariantType
fn clone(&self) -> VariantType
fn clone(&self) -> VariantType
Returns 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 VariantType
fn 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 VariantType
impl Eq for VariantType
impl Eq for VariantType
impl PartialEq<VariantType> for VariantType
impl PartialEq<VariantType> for VariantType
Auto Trait Implementations
impl Send for VariantType
impl Send for VariantType
impl Sync for VariantType
impl Sync for VariantType