Struct gdk::EventWindowState [] [src]

pub struct EventWindowState(_);

Methods

impl EventWindowState
[src]

Methods from Deref<Target = Event>

Returns the event type.

Returns the associated Window if applicable.

Returns whether the event was sent explicitly.

Returns true if the event type matches T.

Tries to downcast to a specific event type.

Trait Implementations

impl Clone for EventWindowState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventWindowState
[src]

Formats the value using the given formatter.

impl<'a> ToGlibPtr<'a, *const GdkEventWindowState> for EventWindowState
[src]

Transfer: none. Read more

Transfer: container. Read more

Transfer: full. Read more

impl<'a> ToGlibPtrMut<'a, *mut GdkEventWindowState> for EventWindowState
[src]

Transfer: none. Read more

impl FromGlibPtrNone<*mut GdkEventWindowState> for EventWindowState
[src]

impl FromGlibPtrFull<*mut GdkEventWindowState> for EventWindowState
[src]

impl AsRef<GdkEventWindowState> for EventWindowState
[src]

Performs the conversion.

impl AsMut<GdkEventWindowState> for EventWindowState
[src]

Performs the conversion.

impl Deref for EventWindowState
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for EventWindowState
[src]

The method called to mutably dereference a value