Enum dfhack_proto::messages::PitchChoiceType
source · pub enum PitchChoiceType {
MEMBRANE_POSITION,
SUBPART_CHOICE,
KEYBOARD,
STOPPING_FRET,
STOPPING_AGAINST_BODY,
STOPPING_HOLE,
STOPPING_HOLE_KEY,
SLIDE,
HARMONIC_SERIES,
VALVE_ROUTES_AIR,
BP_IN_BELL,
FOOT_PEDALS,
}Variants§
MEMBRANE_POSITION
SUBPART_CHOICE
KEYBOARD
STOPPING_FRET
STOPPING_AGAINST_BODY
STOPPING_HOLE
STOPPING_HOLE_KEY
SLIDE
HARMONIC_SERIES
VALVE_ROUTES_AIR
BP_IN_BELL
FOOT_PEDALS
Trait Implementations§
source§impl Clone for PitchChoiceType
impl Clone for PitchChoiceType
source§fn clone(&self) -> PitchChoiceType
fn clone(&self) -> PitchChoiceType
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 PitchChoiceType
impl Debug for PitchChoiceType
source§impl Default for PitchChoiceType
impl Default for PitchChoiceType
source§impl Hash for PitchChoiceType
impl Hash for PitchChoiceType
source§impl PartialEq<PitchChoiceType> for PitchChoiceType
impl PartialEq<PitchChoiceType> for PitchChoiceType
source§fn eq(&self, other: &PitchChoiceType) -> bool
fn eq(&self, other: &PitchChoiceType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for PitchChoiceType
impl ProtobufEnum for PitchChoiceType
source§fn from_i32(value: i32) -> Option<PitchChoiceType>
fn from_i32(value: i32) -> Option<PitchChoiceType>
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 PitchChoiceType
impl ProtobufValue for PitchChoiceType
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?