Struct gdk::EventDND [] [src]

pub struct EventDND(_);

Methods

impl EventDND
[src]

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.

[src]

Tries to downcast to a specific event type.

Trait Implementations

impl Clone for EventDND
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventDND
[src]

[src]

Formats the value using the given formatter.

impl<'a> ToGlibPtr<'a, *const GdkEventDND> for EventDND
[src]

[src]

Transfer: none. Read more

[src]

Transfer: container. Read more

[src]

Transfer: full. Read more

impl<'a> ToGlibPtrMut<'a, *mut GdkEventDND> for EventDND
[src]

[src]

Transfer: none. Read more

impl FromGlibPtrNone<*mut GdkEventDND> for EventDND
[src]

[src]

impl FromGlibPtrBorrow<*mut GdkEventDND> for EventDND
[src]

[src]

impl FromGlibPtrFull<*mut GdkEventDND> for EventDND
[src]

[src]

impl AsRef<GdkEventDND> for EventDND
[src]

[src]

Performs the conversion.

impl AsMut<GdkEventDND> for EventDND
[src]

[src]

Performs the conversion.

impl Deref for EventDND
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for EventDND
[src]

[src]

Mutably dereferences the value.