Struct headless_chrome::protocol::cdp::WebAudio::AudioParam
source · pub struct AudioParam {
pub param_id: GraphObjectId,
pub node_id: GraphObjectId,
pub context_id: GraphObjectId,
pub param_Type: ParamType,
pub rate: AutomationRate,
pub default_value: JsFloat,
pub min_value: JsFloat,
pub max_value: JsFloat,
}Fields§
§param_id: GraphObjectId§node_id: GraphObjectId§context_id: GraphObjectId§param_Type: ParamType§rate: AutomationRate§default_value: JsFloat§min_value: JsFloat§max_value: JsFloatTrait Implementations§
source§impl Clone for AudioParam
impl Clone for AudioParam
source§fn clone(&self) -> AudioParam
fn clone(&self) -> AudioParam
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 moresource§impl Debug for AudioParam
impl Debug for AudioParam
source§impl<'de> Deserialize<'de> for AudioParam
impl<'de> Deserialize<'de> for AudioParam
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more