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

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

Number of components this parameter represents.

Variants

Single

Scalar value

Vector

A vector with Dimension components.

Matrix

A matrix.

Trait Implementations

Derived Implementations

impl Debug for ContainerType

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl PartialEq<ContainerType> for ContainerType

fn eq(&self, __arg_0: &ContainerType) -> bool

fn ne(&self, __arg_0: &ContainerType) -> bool

impl Clone for ContainerType

fn clone(&self) -> ContainerType

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

impl Copy for ContainerType