Struct specs_transform::Transform3DBundle[][src]

pub struct Transform3DBundle<T>(_);

Methods

impl<T> Transform3DBundle<T>
[src]

Trait Implementations

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

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

impl<'a, 'b, T> SpecsBundle<'a, 'b> for Transform3DBundle<T> where
    T: 'static + Sync + Send + Float,
    &'c T: Mul<&'d T, Output = T> + Neg<Output = T> + Add<&'d T, Output = T> + Sub<&'d T, Output = T>, 
[src]

Auto Trait Implementations

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

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