Struct specs_time::TimeBundle[][src]

pub struct TimeBundle<T>(_);

Methods

impl<T> TimeBundle<T>
[src]

Trait Implementations

impl<T> Default for TimeBundle<T>
[src]

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

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

Auto Trait Implementations

impl<T> Send for TimeBundle<T> where
    T: Send

impl<T> Sync for TimeBundle<T> where
    T: Sync