pub enum EnvelopeFrequency {
Hertz(u16),
BeatsPerMinute(u16),
Integer(u16),
}Expand description
A helper enum for setting the envelope repetition frequency f_e.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvelopeFrequency
impl RefUnwindSafe for EnvelopeFrequency
impl Send for EnvelopeFrequency
impl Sync for EnvelopeFrequency
impl Unpin for EnvelopeFrequency
impl UnwindSafe for EnvelopeFrequency
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