pub enum Dynamic {
Pppp,
Ppp,
Pp,
P,
Mp,
Mf,
F,
Ff,
Fff,
Ffff,
Velocity(u8),
}Expand description
Musical dynamics (volume/intensity markings).
Represents standard dynamic markings from pppp (very very quiet) to ffff (very very loud), plus the ability to specify exact MIDI velocity values.
Variants§
Implementations§
Trait Implementations§
impl Copy for Dynamic
impl StructuralPartialEq for Dynamic
Auto Trait Implementations§
impl Freeze for Dynamic
impl RefUnwindSafe for Dynamic
impl Send for Dynamic
impl Sync for Dynamic
impl Unpin for Dynamic
impl UnsafeUnpin for Dynamic
impl UnwindSafe for Dynamic
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