[][src]Enum toio::proto::SoundPresetId

#[repr(u8)]pub enum SoundPresetId {
    Enter,
    Selected,
    Cancel,
    Cursor,
    MatIn,
    MatOut,
    Get1,
    Get2,
    Get3,
    Effect1,
    Effect2,
}

The id of preset sound.

Variants

Enter

Enter.

Selected

Selected.

Cancel

Cancel.

Cursor

Cursor.

MatIn

Mat in.

MatOut

Mat out.

Get1

Get 1.

Get2

Get 2.

Get3

Get 3.

Effect1

Effect 1.

Effect2

Effect 2.

Trait Implementations

impl Clone for SoundPresetId[src]

impl Copy for SoundPresetId[src]

impl Debug for SoundPresetId[src]

impl<'de> Deserialize<'de> for SoundPresetId[src]

impl Eq for SoundPresetId[src]

impl PartialEq<SoundPresetId> for SoundPresetId[src]

impl Serialize for SoundPresetId[src]

impl StructuralEq for SoundPresetId[src]

impl StructuralPartialEq for SoundPresetId[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.