Enum gdnative::VariantType [] [src]

#[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

Methods

impl VariantType
[src]

Trait Implementations

impl Copy for VariantType
[src]

impl Clone for VariantType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VariantType
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for VariantType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for VariantType
[src]

impl Hash for VariantType
[src]

[src]

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

1.3.0
[src]

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

Auto Trait Implementations

impl Send for VariantType

impl Sync for VariantType