pub enum StickType {
BassDrum,
DoubleBassDrum,
Glockenspiel,
Gum,
Hammer,
Superball,
Timpani,
Wound,
Xylophone,
Yarn,
}Expand description
Represents the shape of pictograms where the material in the stick, mallet, or beater is represented in the pictogram.
Variants§
BassDrum
DoubleBassDrum
Glockenspiel
Gum
Hammer
Superball
Timpani
Wound
Xylophone
Yarn
Trait Implementations§
Source§impl DatatypeDeserializer for StickType
impl DatatypeDeserializer for StickType
impl Eq for StickType
impl StructuralPartialEq for StickType
Auto Trait Implementations§
impl Freeze for StickType
impl RefUnwindSafe for StickType
impl Send for StickType
impl Sync for StickType
impl Unpin for StickType
impl UnwindSafe for StickType
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