Struct headless_chrome::protocol::cdp::Page::StartScreencast
source · pub struct StartScreencast {
pub format: Option<StartScreencastFormatOption>,
pub quality: Option<JsUInt>,
pub max_width: Option<JsUInt>,
pub max_height: Option<JsUInt>,
pub every_nth_frame: Option<JsUInt>,
}Fields§
§format: Option<StartScreencastFormatOption>§quality: Option<JsUInt>§max_width: Option<JsUInt>§max_height: Option<JsUInt>§every_nth_frame: Option<JsUInt>Trait Implementations§
source§impl Clone for StartScreencast
impl Clone for StartScreencast
source§fn clone(&self) -> StartScreencast
fn clone(&self) -> StartScreencast
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 StartScreencast
impl Debug for StartScreencast
source§impl<'de> Deserialize<'de> for StartScreencast
impl<'de> Deserialize<'de> for StartScreencast
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