[][src]Enum basin2_data::blocks::Instrument

pub enum Instrument {
    Harp,
    Basedrum,
    Snare,
    Hat,
    Bass,
    Flute,
    Bell,
    Guitar,
    Chime,
    Xylophone,
    IronXylophone,
    CowBell,
    Didgeridoo,
    Bit,
    Banjo,
    Pling,
}

Variants

Harp
Basedrum
Snare
Hat
Bass
Flute
Bell
Guitar
Chime
Xylophone
IronXylophone
CowBell
Didgeridoo
Bit
Banjo
Pling

Trait Implementations

impl BlockStateProperty<Instrument> for Instrument[src]

impl Cenum for Instrument[src]

impl Clone for Instrument[src]

impl Copy for Instrument[src]

impl Debug for Instrument[src]

impl Default for Instrument[src]

impl Eq for Instrument[src]

impl Hash for Instrument[src]

impl PartialEq<Instrument> for Instrument[src]

impl StructuralEq for Instrument[src]

impl StructuralPartialEq for Instrument[src]

impl ToPrimitive for Instrument[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> 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.