Enum luminance::vertex::Dim [] [src]

pub enum Dim {
    Dim1,
    Dim2,
    Dim3,
    Dim4,
}

Possible dimension of vertex components.

Variants

Trait Implementations

impl Clone for Dim
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dim
[src]

impl Debug for Dim
[src]

Formats the value using the given formatter.

impl Eq for Dim
[src]

impl PartialEq for Dim
[src]

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

This method tests for !=.