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 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 moreAuto Trait Implementations§
impl Freeze for VarBuilder
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