Enum pixset::Pix [] [src]

pub enum Pix {
    A,
    B,
    C,
    D,
    E,
    F,
    G,
    H,
    I,
    J,
    K,
    L,
    M,
    N,
    O,
    P,
    Q,
    R,
    S,
    T,
    U,
    V,
    W,
    X,
    Y,
    Z,
    DownArrow,
    LeftArrow,
    Dood,
    Percent,
    UpArrow,
    RightArrow,
    Hash,
    Period,
    Comma,
    Quotes,
    Apostrophe,
    Colon,
    SemiColon,
    Emptya,
    LeftTopCorner,
    RightTopCorner,
    LeftBottomCorner,
    RightBottomCorner,
    LeftStraight,
    RightStraight,
    TopStraight,
    BottomStraight,
    Zero,
    One,
    Two,
    Three,
    Four,
    Five,
    Six,
    Seven,
    Eight,
    Nine,
    Empty,
}

Variants

Trait Implementations

impl Clone for Pix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pix
[src]

impl Debug for Pix
[src]

Formats the value using the given formatter.

impl Eq for Pix
[src]

impl Hash for Pix
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Pix
[src]

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

This method tests for !=.

impl PixLike for Pix
[src]

impl Default for Pix
[src]

Returns the "default value" for a type. Read more