Struct amethyst_renderer::InternalShape [−][src]
pub struct InternalShape(_);
Internal Shape, used for transformation from genmesh to MeshData
Trait Implementations
impl Debug for InternalShape[src]
impl Debug for InternalShapefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<InternalShape> for Vec<PosTex>[src]
impl From<InternalShape> for Vec<PosTex>fn from(shape: InternalShape) -> Self[src]
fn from(shape: InternalShape) -> SelfPerforms the conversion.
impl From<InternalShape> for Vec<PosNormTex>[src]
impl From<InternalShape> for Vec<PosNormTex>fn from(shape: InternalShape) -> Self[src]
fn from(shape: InternalShape) -> SelfPerforms the conversion.
impl From<InternalShape> for Vec<PosNormTangTex>[src]
impl From<InternalShape> for Vec<PosNormTangTex>fn from(shape: InternalShape) -> Self[src]
fn from(shape: InternalShape) -> SelfPerforms the conversion.
impl From<InternalShape> for ComboMeshCreator[src]
impl From<InternalShape> for ComboMeshCreatorfn from(shape: InternalShape) -> Self[src]
fn from(shape: InternalShape) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for InternalShape
impl Send for InternalShapeimpl Sync for InternalShape
impl Sync for InternalShape