Struct gdk::EventProperty [] [src]

pub struct EventProperty(_);

Methods from Deref<Target = Event>

[src]

Returns the event type.

[src]

Returns the associated Window if applicable.

[src]

Returns whether the event was sent explicitly.

[src]

Returns true if the event type matches T.

Trait Implementations

impl Clone for EventProperty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventProperty
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Transfer: none. Read more

[src]

Transfer: container. Read more

[src]

Transfer: full. Read more

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

[src]

Transfer: none. Read more

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

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

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

impl AsRef<GdkEventProperty> for EventProperty
[src]

[src]

Performs the conversion.

impl AsMut<GdkEventProperty> for EventProperty
[src]

[src]

Performs the conversion.

impl Deref for EventProperty
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for EventProperty
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for EventProperty

impl !Sync for EventProperty