pub enum EnterMapSpinSfx {
Descend,
Land,
}Expand description
Sound cues EnterMapSpinState::tick can request.
Variants§
Trait Implementations§
Source§impl Clone for EnterMapSpinSfx
impl Clone for EnterMapSpinSfx
Source§fn clone(&self) -> EnterMapSpinSfx
fn clone(&self) -> EnterMapSpinSfx
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EnterMapSpinSfx
Source§impl Debug for EnterMapSpinSfx
impl Debug for EnterMapSpinSfx
Source§impl<'de> Deserialize<'de> for EnterMapSpinSfx
impl<'de> Deserialize<'de> for EnterMapSpinSfx
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
impl Eq for EnterMapSpinSfx
Source§impl PartialEq for EnterMapSpinSfx
impl PartialEq for EnterMapSpinSfx
Source§impl Serialize for EnterMapSpinSfx
impl Serialize for EnterMapSpinSfx
impl StructuralPartialEq for EnterMapSpinSfx
Auto Trait Implementations§
impl Freeze for EnterMapSpinSfx
impl RefUnwindSafe for EnterMapSpinSfx
impl Send for EnterMapSpinSfx
impl Sync for EnterMapSpinSfx
impl Unpin for EnterMapSpinSfx
impl UnsafeUnpin for EnterMapSpinSfx
impl UnwindSafe for EnterMapSpinSfx
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