Struct gdk::EventFocus [] [src]

pub struct EventFocus(_);

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventFocus
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> ToGlibPtr<'a, *const GdkEventFocus> for EventFocus
[src]

[src]

Transfer: none. Read more

[src]

Transfer: container. Read more

[src]

Transfer: full. Read more

impl<'a> ToGlibPtrMut<'a, *mut GdkEventFocus> for EventFocus
[src]

[src]

Transfer: none. Read more

impl FromGlibPtrNone<*mut GdkEventFocus> for EventFocus
[src]

[src]

impl FromGlibPtrBorrow<*mut GdkEventFocus> for EventFocus
[src]

[src]

impl FromGlibPtrFull<*mut GdkEventFocus> for EventFocus
[src]

[src]

impl AsRef<GdkEventFocus> for EventFocus
[src]

[src]

Performs the conversion.

impl AsMut<GdkEventFocus> for EventFocus
[src]

[src]

Performs the conversion.

impl Deref for EventFocus
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for EventFocus
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for EventFocus

impl !Sync for EventFocus