Struct specs_time::TimeBundle[][src]

pub struct TimeBundle<'deps, T> {
    pub deps: Vec<&'deps str>,
    // some fields omitted
}

Fields

Methods

impl<'deps, T> TimeBundle<'deps, T>
[src]

Trait Implementations

impl<'deps, T> Default for TimeBundle<'deps, T>
[src]

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

impl<'deps, 'world, 'a, 'b, T> Bundle<'world, 'a, 'b> for TimeBundle<'deps, T> where
    T: 'static + Sync + Send + Float + FromPrimitive + Debug
[src]

Auto Trait Implementations

impl<'deps, T> Send for TimeBundle<'deps, T> where
    T: Send

impl<'deps, T> Sync for TimeBundle<'deps, T> where
    T: Sync