Struct truck_rendimpl::InstanceCreator [−][src]
pub struct InstanceCreator { /* fields omitted */ }Expand description
Constroctor for instances
Implementations
pub fn create_instance<I, T>(&self, object: &T, state: &T::State) -> I where
T: ToInstance<I>,
I: Instance,
pub fn create_instance<I, T>(&self, object: &T, state: &T::State) -> I where
T: ToInstance<I>,
I: Instance,
Creates Instance from object.
Creates Texture for attaching faces.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for InstanceCreator
impl Send for InstanceCreator
impl Sync for InstanceCreator
impl Unpin for InstanceCreator
impl !UnwindSafe for InstanceCreator
Blanket Implementations
Mutably borrows from an owned value. Read more