Struct headless_chrome::protocol::cdp::WebAudio::ContextRealtimeData
source · pub struct ContextRealtimeData {
pub current_time: JsFloat,
pub render_capacity: JsFloat,
pub callback_interval_mean: JsFloat,
pub callback_interval_variance: JsFloat,
}
Fields§
§current_time: JsFloat
§render_capacity: JsFloat
§callback_interval_mean: JsFloat
§callback_interval_variance: JsFloat
Trait Implementations§
source§impl Clone for ContextRealtimeData
impl Clone for ContextRealtimeData
source§fn clone(&self) -> ContextRealtimeData
fn clone(&self) -> ContextRealtimeData
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 ContextRealtimeData
impl Debug for ContextRealtimeData
source§impl<'de> Deserialize<'de> for ContextRealtimeData
impl<'de> Deserialize<'de> for ContextRealtimeData
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