pub enum PitchChoiceType {
MEMBRANE_POSITION = 0,
SUBPART_CHOICE = 1,
KEYBOARD = 2,
STOPPING_FRET = 3,
STOPPING_AGAINST_BODY = 4,
STOPPING_HOLE = 5,
STOPPING_HOLE_KEY = 6,
SLIDE = 7,
HARMONIC_SERIES = 8,
VALVE_ROUTES_AIR = 9,
BP_IN_BELL = 10,
FOOT_PEDALS = 11,
}Variants§
MEMBRANE_POSITION = 0
SUBPART_CHOICE = 1
KEYBOARD = 2
STOPPING_FRET = 3
STOPPING_AGAINST_BODY = 4
STOPPING_HOLE = 5
STOPPING_HOLE_KEY = 6
SLIDE = 7
HARMONIC_SERIES = 8
VALVE_ROUTES_AIR = 9
BP_IN_BELL = 10
FOOT_PEDALS = 11
Trait Implementations§
Source§impl Clone for PitchChoiceType
impl Clone for PitchChoiceType
Source§fn clone(&self) -> PitchChoiceType
fn clone(&self) -> PitchChoiceType
Returns a duplicate 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 Enum for PitchChoiceType
impl Enum for PitchChoiceType
Source§const VALUES: &'static [PitchChoiceType]
const VALUES: &'static [PitchChoiceType]
All enum values for enum type.
Source§impl EnumFull for PitchChoiceType
impl EnumFull for PitchChoiceType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for PitchChoiceType
impl Hash for PitchChoiceType
Source§impl PartialEq for PitchChoiceType
impl PartialEq for PitchChoiceType
impl Copy for PitchChoiceType
impl Eq for PitchChoiceType
impl StructuralPartialEq for PitchChoiceType
Auto Trait Implementations§
impl Freeze for PitchChoiceType
impl RefUnwindSafe for PitchChoiceType
impl Send for PitchChoiceType
impl Sync for PitchChoiceType
impl Unpin for PitchChoiceType
impl UnwindSafe for PitchChoiceType
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