Enum gfx::shade::core::ContainerType []

pub enum ContainerType {
    Single,
    Vector(u8),
    Matrix(MatrixFormatu8u8),
}

Number of components this parameter represents.

Variants

Scalar value

A vector with Dimension components.

A matrix.

Trait Implementations

impl Debug for ContainerType

Formats the value using the given formatter.

impl PartialEq<ContainerType> for ContainerType

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for ContainerType

impl Eq for ContainerType

impl Copy for ContainerType

impl Clone for ContainerType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more