Enum neko::graphic::Part []

#[repr(u32)]
pub enum Part { None, ArmLeft, ArmRight, Boobs, Clavicle, EarLeft, EarRight, EyeLeft, EyeRight, HairTop, HairLeft, HairRight, HandLeft, HandRight, Mouth, Tail, Bell, ExclamationMark, ExclamationMarks, Heart, Hearts, Lantern, QuestionMark, QuestionMarks, WoolBall, }

Variants

Symbol '_'.

Symbol 'a'.

Symbol 'A'.

Symbol 'b'.

Symbol 'c'.

Symbol 'e'.

Symbol 'E'.

Symbol 'y'.

Symbol 'Y'.

Symbol 'o'.

Symbol 'r'.

Symbol 'R'.

Symbol 'd',

Symbol 'D',

Symbol 'm',

Symbol 't'.

Symbol 'l'.

Symbol 'x'.

Symbol 'X'.

Symbol 'h'.

Symbol 'H'.

Symbol 'n'.

Symbol 'q'.

Symbol 'Q'.

Symbol 'w'.

Methods

impl Part

Trait Implementations

impl Copy for Part

impl Debug for Part

Formats the value using the given formatter.

impl Eq for Part

impl PartialEq<Part> for Part

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

This method tests for !=.

impl Default for Part

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

impl Clone for Part

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Part

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

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

impl Display for Part

Formats the value using the given formatter. Read more