pub enum Mute {
Show 15 variants
On,
Off,
Bucket,
Cup,
Echo,
HarmonNoStem,
HarmonStem,
Hat,
Palm,
Plunger,
Practice,
Solotone,
StopHand,
StopMute,
Straight,
}Expand description
Variants§
On
Represents an on-mute.
Off
Represents an off-mute.
Bucket
Represents a bucket mute.
Cup
Represents a cup mute.
Echo
Represents an echo mute.
HarmonNoStem
Represents a harmon no-stem mute.
HarmonStem
Represents a harmon stem mute.
Hat
Represents a hat mute.
Palm
Represents a palm mute.
Plunger
Represents a plunger mute.
Practice
Represents a practice mute.
Solotone
Represents a solotone mute.
StopHand
Represents a stop-hand mute.
StopMute
Represents a stop mute.
Straight
Represents a straight mute.
Trait Implementations§
impl Eq for Mute
impl StructuralPartialEq for Mute
Auto Trait Implementations§
impl Freeze for Mute
impl RefUnwindSafe for Mute
impl Send for Mute
impl Sync for Mute
impl Unpin for Mute
impl UnwindSafe for Mute
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