[][src]Trait theon::Composite

pub trait Composite {
    type Item;
}

Associated Types

type Item

Loading content...

Implementations on Foreign Types

impl<T> Composite for Vector2<T>[src]

type Item = T

impl<T> Composite for Vector3<T>[src]

type Item = T

impl<T> Composite for Point2<T>[src]

type Item = T

impl<T> Composite for Point3<T>[src]

type Item = T

impl<T> Composite for Vector2<T>[src]

type Item = T

impl<T> Composite for Vector3<T>[src]

type Item = T

impl<T> Composite for Point2<T> where
    T: Num
[src]

type Item = T

impl<T> Composite for Point3<T> where
    T: Num
[src]

type Item = T

impl<T, R, C> Composite for MatrixMN<T, R, C> where
    T: Scalar,
    R: DimName,
    C: DimName,
    DefaultAllocator: Allocator<T, R, C>, 
[src]

type Item = T

impl<T, D> Composite for Point<T, D> where
    T: Scalar,
    D: DimName,
    DefaultAllocator: Allocator<T, D>, 
[src]

type Item = T

impl<T> Composite for (T, T)[src]

type Item = T

impl<T> Composite for (T, T, T)[src]

type Item = T

Loading content...

Implementors

Loading content...