Enum neko::graphic::Sheet []

#[repr(u32)]
pub enum Sheet { None, BustAngry, BustHappy, BustLove, BustMalicious, BustMisunderstanding, BustNormal, BustPlaying, BustShocked, BustSleepy, BustSpeechless, BustSurprised, LyingAngry, LyingHappy, LyingLove, LyingMalicious, LyingMisunderstanding, LyingNormal, LyingPlaying, LyingShocked, LyingSleepy, LyingSpeechless, LyingSurprised, SeizaAngry, SeizaHappy, SeizaLove, SeizaMalicious, SeizaMisunderstanding, SeizaNormal, SeizaPlaying, SeizaShocked, SeizaSleepy, SeizaSpeechless, SeizaSurprised, }

Variants

Symbol '_'.

Symbol 'A'.

Symbol 'H'.

Symbol 'L'.

Symbol 'M'.

Symbol 'm'.

Symbol 'n'.

Symbol 'P'.

Symbol 'S'.

Symbol 's'.

Symbol 'p'.

Symbol 'U'.

Symbol 'a'.

Symbol 'h'.

Symbol 'l'.

Symbol 'I'.

Symbol 'i'.

Symbol 'N'.

Symbol 'R'.

Symbol 'D'.

Symbol 'E'.

Symbol 'C'.

Symbol 'u'.

Symbol 'G'.

Symbol 'Y'.

Symbol 'V'.

Symbol 'c'.

Symbol 'e'.

Symbol 'o'.

Symbol 'g'.

Symbol 'K'.

Symbol 'y'.

Symbol 'Z'.

Symbol 'd'.

Methods

impl Sheet

Trait Implementations

impl Copy for Sheet

impl Debug for Sheet

Formats the value using the given formatter.

impl Eq for Sheet

impl PartialEq<Sheet> for Sheet

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

This method tests for !=.

impl Default for Sheet

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

impl Clone for Sheet

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Sheet

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

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

impl Display for Sheet

Formats the value using the given formatter. Read more