Struct stabilizer_stream::VarBuilder
source · pub struct VarBuilder { /* private fields */ }Expand description
Builder for Var.
Implementations§
source§impl VarBuilder
impl VarBuilder
sourcepub fn x_exp(&mut self, value: i32) -> &mut Self
pub fn x_exp(&mut self, value: i32) -> &mut Self
exponent of pi*f*tau in the variance frequency response (-2 for AVAR, -4 for MVAR)
sourcepub fn sinx_exp(&mut self, value: i32) -> &mut Self
pub fn sinx_exp(&mut self, value: i32) -> &mut Self
Exponent of sin(pi*f*tau) in the variance frequency response (4 for AVAR, 6 for MVAR)
sourcepub fn clip(&mut self, value: f32) -> &mut Self
pub fn clip(&mut self, value: f32) -> &mut Self
Response clip (infinite for AVAR and MVAR, 1 for the main lobe: FVAR)
Trait Implementations§
source§impl Clone for VarBuilder
impl Clone for VarBuilder
source§fn clone(&self) -> VarBuilder
fn clone(&self) -> VarBuilder
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for VarBuilder
impl Send for VarBuilder
impl Sync for VarBuilder
impl Unpin for VarBuilder
impl UnwindSafe for VarBuilder
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