Struct amethyst_renderer::NewEffect[][src]

pub struct NewEffect<'f> {
    pub factory: &'f mut Factory,
    // some fields omitted
}

Fields

Methods

impl<'f> NewEffect<'f>
[src]

Auto Trait Implementations

impl<'f> !Send for NewEffect<'f>

impl<'f> !Sync for NewEffect<'f>