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.