pub struct ModulatorEnvelope {
pub enabled: bool,
pub envelope: Envelope,
pub curve: f64,
}Fields§
§enabled: bool§envelope: Envelope§curve: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModulatorEnvelope
impl RefUnwindSafe for ModulatorEnvelope
impl Send for ModulatorEnvelope
impl Sync for ModulatorEnvelope
impl Unpin for ModulatorEnvelope
impl UnwindSafe for ModulatorEnvelope
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