Struct specs_scene_graph::SceneGraphBundle[][src]

pub struct SceneGraphBundle<'deps, P> { /* fields omitted */ }

Methods

impl<'deps, P> SceneGraphBundle<'deps, P>
[src]

Trait Implementations

impl<'deps, P: Debug> Debug for SceneGraphBundle<'deps, P>
[src]

Formats the value using the given formatter. Read more

impl<'deps, P> Default for SceneGraphBundle<'deps, P>
[src]

Returns the "default value" for a type. Read more

impl<'deps, 'world, 'a, 'b, P> Bundle<'world, 'a, 'b> for SceneGraphBundle<'deps, P> where
    P: Parent,
    P::Storage: Default + Tracked
[src]

Auto Trait Implementations

impl<'deps, P> Send for SceneGraphBundle<'deps, P> where
    P: Send

impl<'deps, P> Sync for SceneGraphBundle<'deps, P> where
    P: Sync