Struct gdk::EventExpose [] [src]

pub struct EventExpose(_);

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventExpose
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> ToGlibPtr<'a, *const GdkEventExpose> for EventExpose
[src]

[src]

Transfer: none. Read more

[src]

Transfer: container. Read more

[src]

Transfer: full. Read more

impl<'a> ToGlibPtrMut<'a, *mut GdkEventExpose> for EventExpose
[src]

[src]

Transfer: none. Read more

impl FromGlibPtrNone<*mut GdkEventExpose> for EventExpose
[src]

[src]

impl FromGlibPtrBorrow<*mut GdkEventExpose> for EventExpose
[src]

impl FromGlibPtrFull<*mut GdkEventExpose> for EventExpose
[src]

[src]

impl AsRef<GdkEventExpose> for EventExpose
[src]

[src]

Performs the conversion.

impl AsMut<GdkEventExpose> for EventExpose
[src]

[src]

Performs the conversion.

impl Deref for EventExpose
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for EventExpose
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for EventExpose

impl !Sync for EventExpose