Struct gdk::EventProximity [] [src]

pub struct EventProximity(_);

Methods

impl EventProximity
[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 EventProximity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventProximity
[src]

Formats the value using the given formatter.

impl<'a> ToGlibPtr<'a, *const GdkEventProximity> for EventProximity
[src]

Transfer: none. Read more

Transfer: container. Read more

Transfer: full. Read more

impl<'a> ToGlibPtrMut<'a, *mut GdkEventProximity> for EventProximity
[src]

Transfer: none. Read more

impl FromGlibPtrNone<*mut GdkEventProximity> for EventProximity
[src]

impl FromGlibPtrFull<*mut GdkEventProximity> for EventProximity
[src]

impl AsRef<GdkEventProximity> for EventProximity
[src]

Performs the conversion.

impl AsMut<GdkEventProximity> for EventProximity
[src]

Performs the conversion.

impl Deref for EventProximity
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for EventProximity
[src]

The method called to mutably dereference a value