Struct hexodsp::dsp::node_bowstri::BowedString
source · [−]struct BowedString {
srate: f32,
nut_to_bow: DelayBuffer<f32>,
bow_to_bridge: DelayBuffer<f32>,
string_filter: FixedOnePole,
body_filters: [Biquad; 6],
}
Fields
srate: f32
nut_to_bow: DelayBuffer<f32>
bow_to_bridge: DelayBuffer<f32>
string_filter: FixedOnePole
body_filters: [Biquad; 6]
Implementations
Trait Implementations
sourceimpl Clone for BowedString
impl Clone for BowedString
sourcefn clone(&self) -> BowedString
fn clone(&self) -> BowedString
Returns a copy of the value. Read more
1.0.0 · sourcefn 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 BowedString
impl Send for BowedString
impl Sync for BowedString
impl Unpin for BowedString
impl UnwindSafe for BowedString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more