[][src]Struct specs_scene_graph::SceneGraphBundle

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

Methods

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

pub fn new(deps: &[&'deps str]) -> Self[src]

Trait Implementations

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

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

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

type Error = ()

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Resource for T where
    T: Any + Send + Sync
[src]

impl<T> Any for T where
    T: Any

impl<T> Event for T where
    T: Send + Sync + 'static, 
[src]

impl<T> TryDefault for T where
    T: Default
[src]

fn unwrap_default() -> Self[src]

Calls try_default and panics on an error case.