Trait rin::ecs::component::ReferenceType[][src]

pub trait ReferenceType {
    type ReferenceType;
}

Associated Types

type ReferenceType[src]

Loading content...

Implementors

impl<'c> ReferenceType for SkeletonRef[src]

impl<'c> ReferenceType for GeometryRef[src]

impl<'c> ReferenceType for GpuDebugGeometryRef[src]

impl<'c> ReferenceType for GpuGeometryRef[src]

Loading content...