Struct ppapi::input::WheelInputEventExperimental
[-]
[+]
[src]
pub struct WheelInputEvent(_);
pub struct WheelInputEvent(_);
impl WheelInputEventfn new(res: PP_Resource) -> WheelInputEventfn new_bumped(res: PP_Resource) -> WheelInputEventimpl WheelInputEventfn get_delta(&self) -> FloatPointfn get_ticks(&self) -> FloatPointfn get_scroll_by_page(&self) -> boolimpl Send for WheelInputEventimpl Resource for WheelInputEventfn unwrap(&self) -> PP_Resourcefn type_of(&self) -> ResourceTypeimpl ToOption<PP_Resource> for WheelInputEventfn to_option(from: &PP_Resource) -> Option<WheelInputEvent>impl InputEvent for WheelInputEventimpl Clone for WheelInputEventfn clone(&self) -> WheelInputEventfn clone_from(&mut self, source: &Self)impl Drop for WheelInputEventfn drop(&mut self)impl Show for WheelInputEventimpl PartialEq for WheelInputEventfn eq(&self, __arg_0: &WheelInputEvent) -> boolfn ne(&self, __arg_0: &WheelInputEvent) -> boolimpl Eq for WheelInputEventfn assert_receiver_is_total_eq(&self)impl<__S: Writer + Hasher> Hash<__S> for WheelInputEventfn hash(&self, __arg_0: &mut __S)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).