Struct gdk::EventButton [] [src]

pub struct EventButton(_);

Methods

impl EventButton
[src]

[src]

[src]

[src]

[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.

Trait Implementations

impl Clone for EventButton
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventButton
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> ToGlibPtr<'a, *const GdkEventButton> for EventButton
[src]

[src]

Transfer: none. Read more

[src]

Transfer: container. Read more

[src]

Transfer: full. Read more

impl<'a> ToGlibPtrMut<'a, *mut GdkEventButton> for EventButton
[src]

[src]

Transfer: none. Read more

impl FromGlibPtrNone<*mut GdkEventButton> for EventButton
[src]

[src]

impl FromGlibPtrBorrow<*mut GdkEventButton> for EventButton
[src]

impl FromGlibPtrFull<*mut GdkEventButton> for EventButton
[src]

[src]

impl AsRef<GdkEventButton> for EventButton
[src]

[src]

Performs the conversion.

impl AsMut<GdkEventButton> for EventButton
[src]

[src]

Performs the conversion.

impl Deref for EventButton
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for EventButton
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for EventButton

impl !Sync for EventButton