pub struct GainAutomation {
pub breakpoints: Vec<GainBreakpoint>,
/* private fields */
}Expand description
Applies per-sample automated gain from a breakpoint list.
Fields§
§breakpoints: Vec<GainBreakpoint>Implementations§
Source§impl GainAutomation
impl GainAutomation
pub fn new(breakpoints: Vec<GainBreakpoint>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GainAutomation
impl RefUnwindSafe for GainAutomation
impl Send for GainAutomation
impl Sync for GainAutomation
impl Unpin for GainAutomation
impl UnsafeUnpin for GainAutomation
impl UnwindSafe for GainAutomation
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