Enum elma_lgr::PictureKind [] [src]

pub enum PictureKind {
    Picture,
    Texture,
    Mask,
}

Kind of a picture.

Variants

A simple picture with the top-left pixel signing the transparent color.

Texture.

Masks are used to draw textures.

Trait Implementations

impl Debug for PictureKind
[src]

Formats the value using the given formatter.

impl Copy for PictureKind
[src]

impl Clone for PictureKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PictureKind
[src]

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

This method tests for !=.

impl Eq for PictureKind
[src]