We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb48a43 commit 3ed423fCopy full SHA for 3ed423f
src/param.rs
@@ -201,7 +201,7 @@ impl AudioParamEventTimeline {
201
}
202
203
/// AudioParam controls an individual aspect of an AudioNode's functionality, such as volume.
204
-#[derive(Clone)]
+#[derive(Clone)] // for the node bindings, see #378
205
pub struct AudioParam {
206
registration: Arc<AudioContextRegistration>,
207
raw_parts: AudioParamRaw,
0 commit comments