Struct ppapi::input::WheelEventExperimental [-]  [+] [src]

pub struct WheelEvent {
    // some fields omitted
}

Trait Implementations

Derived Implementations

impl Copy for WheelEvent

impl Show for WheelEvent

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for WheelEvent

fn eq(&self, __arg_0: &WheelEvent) -> bool

fn ne(&self, __arg_0: &WheelEvent) -> bool

impl Eq for WheelEvent

fn assert_receiver_is_total_eq(&self)

impl Clone for WheelEvent

fn clone(&self) -> WheelEvent

fn clone_from(&mut self, source: &Self)