Enum glenum::PixelType [] [src]

pub enum PixelType {
    UnsignedByte,
    UnsignedShort4444,
    UnsignedShort5551,
    UnsignedShort565,
}

Variants

Trait Implementations

impl Debug for PixelType
[src]

[src]

Formats the value using the given formatter.

impl Clone for PixelType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PixelType
[src]