Struct headless_chrome::protocol::cdp::Input::DispatchTouchEvent
source · pub struct DispatchTouchEvent {
pub Type: DispatchTouchEventTypeOption,
pub touch_points: Vec<TouchPoint>,
pub modifiers: Option<JsUInt>,
pub timestamp: Option<TimeSinceEpoch>,
}Fields§
§Type: DispatchTouchEventTypeOption§touch_points: Vec<TouchPoint>§modifiers: Option<JsUInt>§timestamp: Option<TimeSinceEpoch>Trait Implementations§
source§impl Clone for DispatchTouchEvent
impl Clone for DispatchTouchEvent
source§fn clone(&self) -> DispatchTouchEvent
fn clone(&self) -> DispatchTouchEvent
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 DispatchTouchEvent
impl Debug for DispatchTouchEvent
source§impl<'de> Deserialize<'de> for DispatchTouchEvent
impl<'de> Deserialize<'de> for DispatchTouchEvent
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