Enum luminance::texture::Dim [] [src]

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

Dimension of a texture.

Variants

Dim1Dim2Dim3Cubemap

Trait Implementations

impl Debug for Dim
[src]

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

Formats the value using the given formatter.

impl Copy for Dim
[src]

impl Clone for Dim
[src]

fn clone(&self) -> Dim

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more