Enum neko::prelude::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
None
Symbol '_'.
BustAngry
Symbol 'A'.
BustHappy
Symbol 'H'.
BustLove
Symbol 'L'.
BustMalicious
Symbol 'M'.
BustMisunderstanding
Symbol 'm'.
BustNormal
Symbol 'n'.
BustPlaying
Symbol 'P'.
BustShocked
Symbol 'S'.
BustSleepy
Symbol 's'.
BustSpeechless
Symbol 'p'.
BustSurprised
Symbol 'U'.
LyingAngry
Symbol 'a'.
LyingHappy
Symbol 'h'.
LyingLove
Symbol 'l'.
LyingMalicious
Symbol 'I'.
LyingMisunderstanding
Symbol 'i'.
LyingNormal
Symbol 'N'.
LyingPlaying
Symbol 'R'.
LyingShocked
Symbol 'D'.
LyingSleepy
Symbol 'E'.
LyingSpeechless
Symbol 'C'.
LyingSurprised
Symbol 'u'.
SeizaAngry
Symbol 'G'.
SeizaHappy
Symbol 'Y'.
SeizaLove
Symbol 'V'.
SeizaMalicious
Symbol 'c'.
SeizaMisunderstanding
Symbol 'e'.
SeizaNormal
Symbol 'o'.
SeizaPlaying
Symbol 'g'.
SeizaShocked
Symbol 'K'.
SeizaSleepy
Symbol 'y'.
SeizaSpeechless
Symbol 'Z'.
SeizaSurprised
Symbol 'd'.
Methods
impl Sheet
Trait Implementations
impl Copy for Sheet
impl Debug for Sheet
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Eq for Sheet
impl PartialEq<Sheet> for Sheet
fn eq(&self, __arg_0: &Sheet) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Default for Sheet
impl Clone for Sheet
fn clone(&self) -> Sheet
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Hash for Sheet
fn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher,
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more