Enum gdnative::VisualServerArrayFormat[][src]

#[repr(u32)]
pub enum VisualServerArrayFormat { ArrayCompressTexUv2, ArrayFormatTexUv, ArrayFormatTexUv2, ArrayCompressBones, ArrayFormatIndex, ArrayFormatBones, ArrayCompressNormal, ArrayCompressTangent, ArrayFormatVertex, ArrayFormatWeights, ArrayCompressVertex, ArrayFormatColor, ArrayFlagUse2dVertices, ArrayCompressWeights, ArrayFormatNormal, ArrayFlagUse16BitBones, ArrayCompressIndex, ArrayCompressTexUv, ArrayCompressColor, ArrayFormatTangent, ArrayCompressDefault, }

Variants

Trait Implementations

impl Copy for VisualServerArrayFormat
[src]

impl Clone for VisualServerArrayFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VisualServerArrayFormat
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VisualServerArrayFormat
[src]

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

This method tests for !=.

impl Eq for VisualServerArrayFormat
[src]

impl Hash for VisualServerArrayFormat
[src]

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

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

Auto Trait Implementations