pub struct NopNode();
Implementations
Trait Implementations
sourceimpl DspNode for NopNode
impl DspNode for NopNode
sourcefn set_sample_rate(&mut self, _srate: f32)
fn set_sample_rate(&mut self, _srate: f32)
Updates the sample rate for the node.
sourcefn process(
&mut self,
_ctx: &mut dyn NodeAudioContext,
_ectx: &mut NodeExecContext,
_nctx: &NodeContext<'_>,
_atoms: &[SAtom],
_inputs: &[ProcBuf],
_outputs: &mut [ProcBuf],
_led: LedPhaseVals<'_>
)
fn process(
&mut self,
_ctx: &mut dyn NodeAudioContext,
_ectx: &mut NodeExecContext,
_nctx: &NodeContext<'_>,
_atoms: &[SAtom],
_inputs: &[ProcBuf],
_outputs: &mut [ProcBuf],
_led: LedPhaseVals<'_>
)
The code DSP function. Read more
Auto Trait Implementations
impl RefUnwindSafe for NopNode
impl Send for NopNode
impl Sync for NopNode
impl Unpin for NopNode
impl UnwindSafe for NopNode
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