pub enum CircusMesType {
Show 31 variants
Ffexa,
Ffexs,
Ef,
Dcos,
Ktlep,
Dcws,
Dcsv,
Dcpc,
Dcmems,
Dcdx,
Dcas,
Dcbs,
Dc2fl,
Dc2bs,
Dc2dm,
Dc2fy,
Dc2cckko,
Dc2ccotm,
Dc2sc,
Dc2ty,
Dc2pc,
Dc3rx,
Dc3pp,
Dc3wy,
Dc3dd,
Dc4,
Dc4ph,
Ds,
Dsif,
Tmpl,
Nightshade,
}
Available on crate feature
circus
only.Expand description
Circus MES game
Variants§
Ffexa
fortissimo//Akkord:Bsusvier
Ffexs
fortissimo EXS//Akkord:nächsten Phase
Ef
Eternal Fantasy
Dcos
D.C.〜ダ・カーポ〜 温泉編
Ktlep
ことり Love Ex P
Dcws
D.C.WhiteSeason
Dcsv
D.C. Summer Vacation
Dcpc
D.C.P.C.(Vista)
Dcmems
D.C.〜ダ・カーポ〜 MEMORIES DISC
Dcdx
D.C. Dream X’mas
Dcas
D.C.A.S. 〜ダ・カーポ〜アフターシーズンズ
Dcbs
D.C.II 春風のアルティメットバトル!
Dc2fl
D.C.II Fall in Love
Dc2bs
D.C.II 春風のアルティメットバトル!
Dc2dm
D.C.II Dearest Marriage
Dc2fy
D.C.II 〜featuring Yun2〜
Dc2cckko
D.C.II C.C. 月島小恋のらぶらぶバスルーム
Dc2ccotm
D.C.II C.C. 音姫先生のどきどき特別授業
Dc2sc
D.C.II Spring Celebration
Dc2ty
D.C.II To You
Dc2pc
D.C.II P.C.
Dc3rx
D.C.III RX-rated
Dc3pp
D.C.III P.P.~ダ・カーポIII プラチナパートナー~
Dc3wy
D.C.III WithYou
Dc3dd
D.C.III DreamDays
Dc4
D.C.4 ~ダ・カーポ4~
Dc4ph
D.C.4 Plus Harmony 〜ダ・カーポ4〜 プラスハーモニー
Ds
D.S. -Dal Segno-
Dsif
D.S.i.F. -Dal Segno- in Future
Tmpl
てんぷれ!
Nightshade
百花百狼/Hyakka Hyakurou
Trait Implementations§
Source§impl Clone for CircusMesType
impl Clone for CircusMesType
Source§fn clone(&self) -> CircusMesType
fn clone(&self) -> CircusMesType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CircusMesType
impl Debug for CircusMesType
Source§impl Ord for CircusMesType
impl Ord for CircusMesType
Source§fn cmp(&self, other: &CircusMesType) -> Ordering
fn cmp(&self, other: &CircusMesType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CircusMesType
impl PartialEq for CircusMesType
Source§impl PartialOrd for CircusMesType
impl PartialOrd for CircusMesType
Source§impl ValueEnum for CircusMesType
impl ValueEnum for CircusMesType
impl Copy for CircusMesType
impl Eq for CircusMesType
impl StructuralPartialEq for CircusMesType
Auto Trait Implementations§
impl Freeze for CircusMesType
impl RefUnwindSafe for CircusMesType
impl Send for CircusMesType
impl Sync for CircusMesType
impl Unpin for CircusMesType
impl UnwindSafe for CircusMesType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more