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

Trait Implementations

impl Hash for VariantType

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for VariantType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VariantType

Formats the value using the given formatter. Read more

impl Copy for VariantType

impl Eq for VariantType

impl PartialEq<VariantType> for VariantType

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for VariantType

impl Sync for VariantType