Struct gdk::EventProperty [] [src]

pub struct EventProperty(_);

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 EventProperty
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for EventProperty
[src]

[]

Formats the value using the given formatter.

impl<'a> ToGlibPtr<'a, *const GdkEventProperty> for EventProperty
[src]

[]

Transfer: none. Read more

[]

Transfer: container. Read more

[]

Transfer: full. Read more

impl<'a> ToGlibPtrMut<'a, *mut GdkEventProperty> for EventProperty
[src]

[]

Transfer: none. Read more

impl FromGlibPtrNone<*mut GdkEventProperty> for EventProperty
[src]

impl FromGlibPtrFull<*mut GdkEventProperty> for EventProperty
[src]

impl AsRef<GdkEventProperty> for EventProperty
[src]

[]

Performs the conversion.

impl AsMut<GdkEventProperty> for EventProperty
[src]

[]

Performs the conversion.

impl Deref for EventProperty
[src]

The resulting type after dereferencing

[]

The method called to dereference a value

impl DerefMut for EventProperty
[src]

[]

The method called to mutably dereference a value