#[repr(i16)]pub enum AudioBackground {
Show 33 variants
FunForKids = 0,
DancingHappy = 1,
Jigzi1 = 2,
Jigzi2 = 3,
Jigzi3 = 4,
Awestruck = 5,
BayBounce = 6,
CalmAndReflective = 7,
DayWithoutRain = 8,
DestinationFreedom = 9,
FutureMemories = 10,
HappyInstrumental = 11,
HappyWhistle = 12,
KidsInstrumental = 13,
PartyKids = 14,
RhythmKids = 15,
SunKissed = 16,
LegacyCuckooToYou = 101,
LegacyFirstEtude = 102,
LegacyHanerotHalalu = 103,
LegacyIslandRomp = 104,
LegacyJiTap = 105,
LegacyMaozTzur = 106,
LegacyModehAni = 107,
LegacyMonkeyBars = 108,
LegacyMorningZoo = 109,
LegacyNapTime = 110,
LegacyPlaylandMarch = 111,
LegacyShehechiyanu = 112,
LegacySunAndNoClouds = 113,
LegacyTeddysBear = 114,
LegacyWanderingWalrus = 115,
LegacyWindupLullaby = 116,
}
Expand description
Audio for background music
Variants§
FunForKids = 0
DancingHappy = 1
Jigzi1 = 2
Jigzi2 = 3
Jigzi3 = 4
Awestruck = 5
BayBounce = 6
CalmAndReflective = 7
DayWithoutRain = 8
DestinationFreedom = 9
FutureMemories = 10
HappyInstrumental = 11
HappyWhistle = 12
KidsInstrumental = 13
PartyKids = 14
RhythmKids = 15
SunKissed = 16
LegacyCuckooToYou = 101
LegacyFirstEtude = 102
LegacyHanerotHalalu = 103
LegacyIslandRomp = 104
LegacyJiTap = 105
LegacyMaozTzur = 106
LegacyModehAni = 107
LegacyMonkeyBars = 108
LegacyMorningZoo = 109
LegacyNapTime = 110
LegacyPlaylandMarch = 111
LegacyShehechiyanu = 112
LegacySunAndNoClouds = 113
LegacyTeddysBear = 114
LegacyWanderingWalrus = 115
LegacyWindupLullaby = 116
Implementations§
Trait Implementations§
Source§impl Clone for AudioBackground
impl Clone for AudioBackground
Source§fn clone(&self) -> AudioBackground
fn clone(&self) -> AudioBackground
Returns a copy 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 AudioBackground
impl Debug for AudioBackground
Source§impl<'de> Deserialize<'de> for AudioBackground
impl<'de> Deserialize<'de> for AudioBackground
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AudioBackground
impl PartialEq for AudioBackground
Source§impl Serialize for AudioBackground
impl Serialize for AudioBackground
impl Copy for AudioBackground
impl Eq for AudioBackground
impl StructuralPartialEq for AudioBackground
Auto Trait Implementations§
impl Freeze for AudioBackground
impl RefUnwindSafe for AudioBackground
impl Send for AudioBackground
impl Sync for AudioBackground
impl Unpin for AudioBackground
impl UnwindSafe for AudioBackground
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