Enum gdnative_common::ArrayMeshArrayFormat [−][src]
#[repr(u32)]pub enum ArrayMeshArrayFormat { Vertex, Normal, Tangent, Color, TexUv, TexUv2, Bones, Weights, Index, }
Variants
VertexNormalTangentColorTexUvTexUv2BonesWeightsIndex
Trait Implementations
impl Copy for ArrayMeshArrayFormat[src]
impl Copy for ArrayMeshArrayFormatimpl Clone for ArrayMeshArrayFormat[src]
impl Clone for ArrayMeshArrayFormatfn clone(&self) -> ArrayMeshArrayFormat[src]
fn clone(&self) -> ArrayMeshArrayFormatReturns 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 ArrayMeshArrayFormat[src]
impl Debug for ArrayMeshArrayFormatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ArrayMeshArrayFormat[src]
impl PartialEq for ArrayMeshArrayFormatfn eq(&self, other: &ArrayMeshArrayFormat) -> bool[src]
fn eq(&self, other: &ArrayMeshArrayFormat) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ArrayMeshArrayFormat[src]
impl Eq for ArrayMeshArrayFormatimpl Hash for ArrayMeshArrayFormat[src]
impl Hash for ArrayMeshArrayFormatAuto Trait Implementations
impl Send for ArrayMeshArrayFormat
impl Send for ArrayMeshArrayFormatimpl Sync for ArrayMeshArrayFormat
impl Sync for ArrayMeshArrayFormat