Struct webdriver::command::PointerDownAction
[−]
[src]
pub struct PointerDownAction {
pub button: u64,
}Fields
Trait Implementations
impl Debug for PointerDownAction[src]
impl PartialEq for PointerDownAction[src]
fn eq(&self, __arg_0: &PointerDownAction) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PointerDownAction) -> bool[src]
This method tests for !=.