pub enum SoundProductionType {
Show 21 variants
PLUCKED_BY_BP,
PLUCKED,
BOWED,
STRUCK_BY_BP,
STRUCK,
VIBRATE_BP_AGAINST_OPENING,
BLOW_AGAINST_FIPPLE,
BLOW_OVER_OPENING_SIDE,
BLOW_OVER_OPENING_END,
BLOW_OVER_SINGLE_REED,
BLOW_OVER_DOUBLE_REED,
BLOW_OVER_FREE_REED,
STRUCK_TOGETHER,
SHAKEN,
SCRAPED,
FRICTION,
RESONATOR,
BAG_OVER_REED,
AIR_OVER_REED,
AIR_OVER_FREE_REED,
AIR_AGAINST_FIPPLE,
}Variants§
PLUCKED_BY_BP
PLUCKED
BOWED
STRUCK_BY_BP
STRUCK
VIBRATE_BP_AGAINST_OPENING
BLOW_AGAINST_FIPPLE
BLOW_OVER_OPENING_SIDE
BLOW_OVER_OPENING_END
BLOW_OVER_SINGLE_REED
BLOW_OVER_DOUBLE_REED
BLOW_OVER_FREE_REED
STRUCK_TOGETHER
SHAKEN
SCRAPED
FRICTION
RESONATOR
BAG_OVER_REED
AIR_OVER_REED
AIR_OVER_FREE_REED
AIR_AGAINST_FIPPLE
Trait Implementations§
source§impl Clone for SoundProductionType
impl Clone for SoundProductionType
source§fn clone(&self) -> SoundProductionType
fn clone(&self) -> SoundProductionType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SoundProductionType
impl Debug for SoundProductionType
source§impl Default for SoundProductionType
impl Default for SoundProductionType
source§impl Hash for SoundProductionType
impl Hash for SoundProductionType
source§impl PartialEq<SoundProductionType> for SoundProductionType
impl PartialEq<SoundProductionType> for SoundProductionType
source§fn eq(&self, other: &SoundProductionType) -> bool
fn eq(&self, other: &SoundProductionType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for SoundProductionType
impl ProtobufEnum for SoundProductionType
source§fn from_i32(value: i32) -> Option<SoundProductionType>
fn from_i32(value: i32) -> Option<SoundProductionType>
Try to create an enum from
i32 value.
Return None if value is unknown.source§fn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
source§fn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
source§fn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
source§impl ProtobufValue for SoundProductionType
impl ProtobufValue for SoundProductionType
source§fn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
source§fn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?