Enum azalea_block::Instrument
source · pub enum Instrument {
Show 16 variants
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
sourceimpl Clone for Instrument
impl Clone for Instrument
sourcefn clone(&self) -> Instrument
fn clone(&self) -> Instrument
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Instrument
impl Debug for Instrument
sourceimpl From<usize> for Instrument
impl From<usize> for Instrument
impl Copy for Instrument
Auto Trait Implementations
impl RefUnwindSafe for Instrument
impl Send for Instrument
impl Sync for Instrument
impl Unpin for Instrument
impl UnwindSafe for Instrument
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more