Enum gdnative_common::MeshArrayType [−][src]
#[repr(u32)]pub enum MeshArrayType { ArrayVertex, ArrayNormal, ArrayTangent, ArrayColor, ArrayTexUv, ArrayTexUv2, ArrayBones, ArrayWeights, ArrayIndex, ArrayMax, }
Variants
ArrayVertexArrayNormalArrayTangentArrayColorArrayTexUvArrayTexUv2ArrayBonesArrayWeightsArrayIndexArrayMax
Trait Implementations
impl Copy for MeshArrayType[src]
impl Copy for MeshArrayTypeimpl Clone for MeshArrayType[src]
impl Clone for MeshArrayTypefn clone(&self) -> MeshArrayType[src]
fn clone(&self) -> MeshArrayTypeReturns 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 MeshArrayType[src]
impl Debug for MeshArrayTypefn 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 MeshArrayType[src]
impl PartialEq for MeshArrayTypefn eq(&self, other: &MeshArrayType) -> bool[src]
fn eq(&self, other: &MeshArrayType) -> 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 MeshArrayType[src]
impl Eq for MeshArrayTypeimpl Hash for MeshArrayType[src]
impl Hash for MeshArrayTypeAuto Trait Implementations
impl Send for MeshArrayType
impl Send for MeshArrayTypeimpl Sync for MeshArrayType
impl Sync for MeshArrayType