pub struct DynamicResponseData {
pub rms: Vec<f32>,
}Expand description
Dynamic response, for use with [dsp::ParameterType::DynamicResponse].
Fields§
§rms: Vec<f32>Per-channel average (RMS) gain factor.
Trait Implementations§
Source§impl Clone for DynamicResponseData
impl Clone for DynamicResponseData
Source§fn clone(&self) -> DynamicResponseData
fn clone(&self) -> DynamicResponseData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DynamicResponseData
impl Debug for DynamicResponseData
Source§impl PartialEq for DynamicResponseData
impl PartialEq for DynamicResponseData
impl StructuralPartialEq for DynamicResponseData
Auto Trait Implementations§
impl Freeze for DynamicResponseData
impl RefUnwindSafe for DynamicResponseData
impl Send for DynamicResponseData
impl Sync for DynamicResponseData
impl Unpin for DynamicResponseData
impl UnwindSafe for DynamicResponseData
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