Struct gdk::EventScroll [] [src]

pub struct EventScroll(_);

Methods

impl EventScroll
[src]

Methods from Deref<Target = Event>

Returns the event type.

Returns the associated Window if applicable.

Returns whether the event was sent explicitly.

Returns true if the event type matches T.

Tries to downcast to a specific event type.

Trait Implementations

impl Clone for EventScroll
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventScroll
[src]

Formats the value using the given formatter.

impl<'a> ToGlibPtr<'a, *const GdkEventScroll> for EventScroll
[src]

Transfer: none. Read more

Transfer: container. Read more

Transfer: full. Read more

impl<'a> ToGlibPtrMut<'a, *mut GdkEventScroll> for EventScroll
[src]

Transfer: none. Read more

impl FromGlibPtrNone<*mut GdkEventScroll> for EventScroll
[src]

impl FromGlibPtrFull<*mut GdkEventScroll> for EventScroll
[src]

impl AsRef<GdkEventScroll> for EventScroll
[src]

Performs the conversion.

impl AsMut<GdkEventScroll> for EventScroll
[src]

Performs the conversion.

impl Deref for EventScroll
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for EventScroll
[src]

The method called to mutably dereference a value