pub enum TechnicalType {
Show 31 variants
UpBow,
DownBow,
Harmonic,
OpenString,
ThumbPosition,
Fingering,
Pluck,
DoubleTongue,
TripleTongue,
Stopped,
SnapPizzicato,
Fret,
String,
HammerOn,
PullOff,
Bend,
Tap,
Heel,
Toe,
Fingernails,
Hole,
Arrow,
Handbell,
BrassBend,
Flip,
Smear,
Open,
HalfMuted,
HarmonMute,
Golpe,
OtherTechnical,
}Variants§
UpBow
DownBow
Harmonic
OpenString
ThumbPosition
Fingering
Pluck
DoubleTongue
TripleTongue
Stopped
SnapPizzicato
Fret
String
HammerOn
PullOff
Bend
Tap
Heel
Toe
Fingernails
Hole
Arrow
Handbell
BrassBend
Flip
Smear
Open
HalfMuted
HarmonMute
Golpe
OtherTechnical
Trait Implementations§
Source§impl Clone for TechnicalType
impl Clone for TechnicalType
Source§fn clone(&self) -> TechnicalType
fn clone(&self) -> TechnicalType
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 TechnicalType
impl Debug for TechnicalType
Source§impl PartialEq for TechnicalType
impl PartialEq for TechnicalType
impl StructuralPartialEq for TechnicalType
Auto Trait Implementations§
impl Freeze for TechnicalType
impl RefUnwindSafe for TechnicalType
impl Send for TechnicalType
impl Sync for TechnicalType
impl Unpin for TechnicalType
impl UnwindSafe for TechnicalType
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