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 duplicate 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
Source§impl Method for StartScreencast
impl Method for StartScreencast
const NAME: &'static str = "Page.startScreencast"
type ReturnObject = StartScreencastReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for StartScreencast
impl PartialEq for StartScreencast
Source§impl Serialize for StartScreencast
impl Serialize for StartScreencast
impl StructuralPartialEq for StartScreencast
Auto Trait Implementations§
impl Freeze for StartScreencast
impl RefUnwindSafe for StartScreencast
impl Send for StartScreencast
impl Sync for StartScreencast
impl Unpin for StartScreencast
impl UnwindSafe for StartScreencast
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more