Struct specs_camera::Camera2DBundle[][src]

pub struct Camera2DBundle<T> { /* fields omitted */ }

Methods

impl<T> Camera2DBundle<T>
[src]

Trait Implementations

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

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

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

Auto Trait Implementations

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

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