Enum gdnative_visual_script::common::MeshArrayFormat[][src]

#[repr(u32)]
pub enum MeshArrayFormat { Vertex, Normal, Tangent, Color, ArrayCompressBase, TexUv, TexUv2, Bones, Weights, Index, ArrayCompressVertex, ArrayCompressNormal, ArrayCompressTangent, ArrayCompressColor, ArrayCompressTexUv, ArrayCompressTexUv2, ArrayCompressBones, ArrayCompressWeights, ArrayCompressDefault, ArrayCompressIndex, ArrayFlagUse2dVertices, ArrayFlagUse16BitBones, }

Variants

Trait Implementations

impl Hash for MeshArrayFormat
[src]

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

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

impl Clone for MeshArrayFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MeshArrayFormat
[src]

Formats the value using the given formatter. Read more

impl Copy for MeshArrayFormat
[src]

impl Eq for MeshArrayFormat
[src]

impl PartialEq<MeshArrayFormat> for MeshArrayFormat
[src]

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

This method tests for !=.

Auto Trait Implementations