[][src]Struct nannou::mesh::WithColors

pub struct WithColors<M, C> { /* fields omitted */ }

A Mesh type with an added channel containing colors.

Trait Implementations

impl<M, C> GetVertex for WithColors<M, C> where
    M: GetVertex,
    C: Channel,
    C::Element: Clone
[src]

type Vertex = WithColor<M::Vertex, C::Element>

The vertex type representing all channels of data within the mesh at a single index.

impl<M, C> Points for WithColors<M, C> where
    M: Points
[src]

type Scalar = M::Scalar

The scalar value used for the vertex coordinates.

type Point = M::Point

The vertex type used to represent the location of a vertex.

type Points = M::Points

The channel type containing points.

impl<M, C> Indices for WithColors<M, C> where
    M: Indices
[src]

type Indices = M::Indices

The channel type containing indices.

impl<M, C> Colors for WithColors<M, C> where
    C: Channel
[src]

type Color = C::Element

The color type stored within the channel.

type Colors = C

The channel type containing colors.

impl<M, C> TexCoords for WithColors<M, C> where
    M: TexCoords
[src]

type TexCoordScalar = M::TexCoordScalar

The scalar value used for the texture coordinates.

type TexCoords = M::TexCoords

The channel type containing texture coordinates.

impl<M, C> Normals for WithColors<M, C> where
    M: Normals,
    M::Point: EuclideanSpace
[src]

type Normals = M::Normals

The channel type containing vertex normals.

impl<M, V, C> PushVertex<WithColor<V, C>> for WithColors<M, Vec<C>> where
    M: PushVertex<V>, 
[src]

impl<M, C> PushIndex for WithColors<M, C> where
    M: PushIndex
[src]

impl<M, C> ClearIndices for WithColors<M, C> where
    M: ClearIndices
[src]

impl<M, C> ClearVertices for WithColors<M, Vec<C>> where
    M: ClearVertices
[src]

impl<M: PartialEq, C: PartialEq> PartialEq<WithColors<M, C>> for WithColors<M, C>[src]

impl<M: Clone, C: Clone> Clone for WithColors<M, C>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<M, C> Default for WithColors<M, C> where
    M: Default,
    C: Default
[src]

impl<M: Copy, C: Copy> Copy for WithColors<M, C>[src]

impl<M, C> DerefMut for WithColors<M, C>[src]

impl<M: Debug, C: Debug> Debug for WithColors<M, C>[src]

impl<M, C> Deref for WithColors<M, C>[src]

type Target = M

The resulting type after dereferencing.

Auto Trait Implementations

impl<M, C> Send for WithColors<M, C> where
    C: Send,
    M: Send

impl<M, C> Sync for WithColors<M, C> where
    C: Sync,
    M: Sync

Blanket Implementations

impl<T> Clear for T where
    T: ClearIndices + ClearVertices
[src]

fn clear(&mut self)[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Style for T where
    T: Any + Debug + PartialEq<T>, 
[src]

impl<T> DeviceOwned for T where
    T: Deref,
    <T as Deref>::Target: DeviceOwned
[src]

impl<T> Content for T[src]

impl<T> SafeBorrow<T> for T[src]

impl<T> Erased for T

impl<S> FromSample<S> for S[src]

impl<T, U> ToSample<U> for T where
    U: FromSample<T>, 
[src]

impl<S, T> Duplex<S> for T where
    T: FromSample<S> + ToSample<S>, 
[src]

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.